Color spaces of #fbba1a
RGB | 251 | 186 | 26 |
---|---|---|---|
HSL | 0.12 | 0.97 | 0.54 |
HSV | 43° | 90° | 98° |
CMYK | 0.00 | 0.26 | 0.90 0.02 |
XYZ | 57.5290 | 55.7016 | 8.6967 |
Yxy | 55.7016 | 0.4718 | 0.4568 |
Hunter Lab | 74.6335 | 6.9827 | 45.3347 |
CIE-Lab | 79.4437 | 11.5520 | 78.4267 |
#fbba1a color RGB value is (251,186,26).
#fbba1a hex color red value is 251, green value is 186 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #fbba1a hue: 0.12 , saturation: 0.97 and the lightness value of fbba1a is 0.54.
The process color (four color CMYK) of #fbba1a color hex is 0.00, 0.26, 0.90, 0.02. Web safe color of #fbba1a is #ffcc33. Color #fbba1a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 10111010 | 00011010 |
Octal | 373 | 272 | 32 |
Decimal | 251 | 186 | 26 |
Hex | FB | BA | 1A |
Shades of #fbba1a
Tints of #fbba1a
RGB Percentages of Color #fbba1a
CMYK Percentages of Color #fbba1a
Complementary Color
#fbba1a | #1a5bfb |
#fbba1a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbba1a Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbba1a Color CSS Codes
.mybgcolor {background-color:#fbba1a; } .myforecolor {color:#fbba1a; } .mybordercolor {border:3px solid #fbba1a; }
#fbba1a Text Font Color
<p style="color:#fbba1a">Text here</p>
This sample text font color is #fbba1a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#fbba1a Background Color
<div style="background-color:#fbba1a">
Div content here</div>
This div background color is #fbba1a
#fbba1a Border Color
<div style="border:3px solid #fbba1a">
Div here</div>
This div border color is #fbba1a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,186,26, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbba1a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbba1a; -webkit-box-shadow: 1px 1px 3px 2px #fbba1a; box-shadow: 1px 1px 3px 2px #fbba1a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,186,26, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbba1a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbba1a; -webkit-box-shadow: 1px 1px 3px 2px #fbba1a; box-shadow: 1px 1px 3px 2px #fbba1a;">
Div content here</div>
This div box has shadow with color #fbba1a
Comments
No comments written yet.
Please login to write comment.