Color spaces of #fbc315
RGB | 251 | 195 | 21 |
---|---|---|---|
HSL | 0.13 | 0.97 | 0.53 |
HSV | 45° | 92° | 98° |
CMYK | 0.00 | 0.22 | 0.92 0.02 |
XYZ | 59.4341 | 59.5936 | 9.0797 |
Yxy | 59.5936 | 0.4639 | 0.4652 |
Hunter Lab | 77.1969 | 2.3331 | 47.0643 |
CIE-Lab | 81.6168 | 6.8032 | 80.9271 |
#fbc315 color RGB value is (251,195,21).
#fbc315 hex color red value is 251, green value is 195 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #fbc315 hue: 0.13 , saturation: 0.97 and the lightness value of fbc315 is 0.53.
The process color (four color CMYK) of #fbc315 color hex is 0.00, 0.22, 0.92, 0.02. Web safe color of #fbc315 is #ffcc00. Color #fbc315 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11000011 | 00010101 |
Octal | 373 | 303 | 25 |
Decimal | 251 | 195 | 21 |
Hex | FB | C3 | 15 |
Shades of #fbc315
Tints of #fbc315
RGB Percentages of Color #fbc315
CMYK Percentages of Color #fbc315
Complementary Color
#fbc315 | #154dfb |
#fbc315 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbc315 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbc315 Color CSS Codes
.mybgcolor {background-color:#fbc315; } .myforecolor {color:#fbc315; } .mybordercolor {border:3px solid #fbc315; }
#fbc315 Text Font Color
<p style="color:#fbc315">Text here</p>
This sample text font color is #fbc315
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.
#fbc315 Background Color
<div style="background-color:#fbc315">
Div content here</div>
This div background color is #fbc315
#fbc315 Border Color
<div style="border:3px solid #fbc315">
Div here</div>
This div border color is #fbc315
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,195,21, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbc315; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbc315; -webkit-box-shadow: 1px 1px 3px 2px #fbc315; box-shadow: 1px 1px 3px 2px #fbc315; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,195,21, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbc315">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbc315; -webkit-box-shadow: 1px 1px 3px 2px #fbc315; box-shadow: 1px 1px 3px 2px #fbc315;">
Div content here</div>
This div box has shadow with color #fbc315
Comments
No comments written yet.
Please login to write comment.