Color spaces of #fbc75b
RGB | 251 | 199 | 91 |
---|---|---|---|
HSL | 0.11 | 0.95 | 0.67 |
HSV | 41° | 64° | 98° |
CMYK | 0.00 | 0.21 | 0.64 0.02 |
XYZ | 62.0954 | 62.1114 | 18.6134 |
Yxy | 62.1114 | 0.4348 | 0.4349 |
Hunter Lab | 78.8108 | 2.7221 | 41.1645 |
CIE-Lab | 82.9726 | 7.2479 | 59.6436 |
#fbc75b color RGB value is (251,199,91).
#fbc75b hex color red value is 251, green value is 199 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #fbc75b hue: 0.11 , saturation: 0.95 and the lightness value of fbc75b is 0.67.
The process color (four color CMYK) of #fbc75b color hex is 0.00, 0.21, 0.64, 0.02. Web safe color of #fbc75b is #ffcc66. Color #fbc75b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11000111 | 01011011 |
Octal | 373 | 307 | 133 |
Decimal | 251 | 199 | 91 |
Hex | FB | C7 | 5B |
Shades of #fbc75b
Tints of #fbc75b
RGB Percentages of Color #fbc75b
CMYK Percentages of Color #fbc75b
Complementary Color
#fbc75b | #5b8ffb |
#fbc75b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbc75b Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbc75b Color CSS Codes
.mybgcolor {background-color:#fbc75b; } .myforecolor {color:#fbc75b; } .mybordercolor {border:3px solid #fbc75b; }
#fbc75b Text Font Color
<p style="color:#fbc75b">Text here</p>
This sample text font color is #fbc75b
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.
#fbc75b Background Color
<div style="background-color:#fbc75b">
Div content here</div>
This div background color is #fbc75b
#fbc75b Border Color
<div style="border:3px solid #fbc75b">
Div here</div>
This div border color is #fbc75b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,199,91, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbc75b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbc75b; -webkit-box-shadow: 1px 1px 3px 2px #fbc75b; box-shadow: 1px 1px 3px 2px #fbc75b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,199,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 #fbc75b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbc75b; -webkit-box-shadow: 1px 1px 3px 2px #fbc75b; box-shadow: 1px 1px 3px 2px #fbc75b;">
Div content here</div>
This div box has shadow with color #fbc75b
Comments
No comments written yet.
Please login to write comment.