Color spaces of #fbc05b
RGB | 251 | 192 | 91 |
---|---|---|---|
HSL | 0.11 | 0.95 | 0.67 |
HSV | 38° | 64° | 98° |
CMYK | 0.00 | 0.24 | 0.64 0.02 |
XYZ | 60.5216 | 58.9638 | 18.0889 |
Yxy | 58.9638 | 0.4399 | 0.4286 |
Hunter Lab | 76.7879 | 6.3088 | 39.7846 |
CIE-Lab | 81.2717 | 10.8828 | 57.7635 |
#fbc05b color RGB value is (251,192,91).
#fbc05b hex color red value is 251, green value is 192 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #fbc05b hue: 0.11 , saturation: 0.95 and the lightness value of fbc05b is 0.67.
The process color (four color CMYK) of #fbc05b color hex is 0.00, 0.24, 0.64, 0.02. Web safe color of #fbc05b is #ffcc66. Color #fbc05b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11000000 | 01011011 |
Octal | 373 | 300 | 133 |
Decimal | 251 | 192 | 91 |
Hex | FB | C0 | 5B |
Shades of #fbc05b
Tints of #fbc05b
RGB Percentages of Color #fbc05b
CMYK Percentages of Color #fbc05b
Complementary Color
#fbc05b | #5b96fb |
#fbc05b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbc05b Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbc05b Color CSS Codes
.mybgcolor {background-color:#fbc05b; } .myforecolor {color:#fbc05b; } .mybordercolor {border:3px solid #fbc05b; }
#fbc05b Text Font Color
<p style="color:#fbc05b">Text here</p>
This sample text font color is #fbc05b
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.
#fbc05b Background Color
<div style="background-color:#fbc05b">
Div content here</div>
This div background color is #fbc05b
#fbc05b Border Color
<div style="border:3px solid #fbc05b">
Div here</div>
This div border color is #fbc05b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,192,91, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbc05b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbc05b; -webkit-box-shadow: 1px 1px 3px 2px #fbc05b; box-shadow: 1px 1px 3px 2px #fbc05b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,192,91, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbc05b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbc05b; -webkit-box-shadow: 1px 1px 3px 2px #fbc05b; box-shadow: 1px 1px 3px 2px #fbc05b;">
Div content here</div>
This div box has shadow with color #fbc05b
Comments
No comments written yet.
Please login to write comment.