Color spaces of #fcc058
RGB | 252 | 192 | 88 |
---|---|---|---|
HSL | 0.11 | 0.96 | 0.67 |
HSV | 38° | 65° | 99° |
CMYK | 0.00 | 0.24 | 0.65 0.01 |
XYZ | 60.7560 | 59.0993 | 17.4376 |
Yxy | 59.0993 | 0.4425 | 0.4305 |
Hunter Lab | 76.8761 | 6.5374 | 40.3647 |
CIE-Lab | 81.3461 | 11.1165 | 59.2276 |
#fcc058 color RGB value is (252,192,88).
#fcc058 hex color red value is 252, green value is 192 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #fcc058 hue: 0.11 , saturation: 0.96 and the lightness value of fcc058 is 0.67.
The process color (four color CMYK) of #fcc058 color hex is 0.00, 0.24, 0.65, 0.01. Web safe color of #fcc058 is #ffcc66. Color #fcc058 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11000000 | 01011000 |
Octal | 374 | 300 | 130 |
Decimal | 252 | 192 | 88 |
Hex | FC | C0 | 58 |
Shades of #fcc058
Tints of #fcc058
RGB Percentages of Color #fcc058
CMYK Percentages of Color #fcc058
Complementary Color
#fcc058 | #5894fc |
#fcc058 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcc058 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcc058 Color CSS Codes
.mybgcolor {background-color:#fcc058; } .myforecolor {color:#fcc058; } .mybordercolor {border:3px solid #fcc058; }
#fcc058 Text Font Color
<p style="color:#fcc058">Text here</p>
This sample text font color is #fcc058
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.
#fcc058 Background Color
<div style="background-color:#fcc058">
Div content here</div>
This div background color is #fcc058
#fcc058 Border Color
<div style="border:3px solid #fcc058">
Div here</div>
This div border color is #fcc058
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,192,88, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcc058; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcc058; -webkit-box-shadow: 1px 1px 3px 2px #fcc058; box-shadow: 1px 1px 3px 2px #fcc058; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,192,88, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcc058">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcc058; -webkit-box-shadow: 1px 1px 3px 2px #fcc058; box-shadow: 1px 1px 3px 2px #fcc058;">
Div content here</div>
This div box has shadow with color #fcc058
Comments
No comments written yet.
Please login to write comment.