Color spaces of #fecc50
RGB | 254 | 204 | 80 |
---|---|---|---|
HSL | 0.12 | 0.99 | 0.65 |
HSV | 43° | 69° | 100° |
CMYK | 0.00 | 0.20 | 0.69 0.00 |
XYZ | 63.9139 | 64.8357 | 16.7353 |
Yxy | 64.8357 | 0.4393 | 0.4457 |
Hunter Lab | 80.5206 | 0.7748 | 44.0417 |
CIE-Lab | 84.3990 | 5.2943 | 65.9693 |
#fecc50 color RGB value is (254,204,80).
#fecc50 hex color red value is 254, green value is 204 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #fecc50 hue: 0.12 , saturation: 0.99 and the lightness value of fecc50 is 0.65.
The process color (four color CMYK) of #fecc50 color hex is 0.00, 0.20, 0.69, 0.00. Web safe color of #fecc50 is #ffcc66. Color #fecc50 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11001100 | 01010000 |
Octal | 376 | 314 | 120 |
Decimal | 254 | 204 | 80 |
Hex | FE | CC | 50 |
Shades of #fecc50
Tints of #fecc50
RGB Percentages of Color #fecc50
CMYK Percentages of Color #fecc50
Complementary Color
#fecc50 | #5082fe |
#fecc50 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fecc50 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fecc50 Color CSS Codes
.mybgcolor {background-color:#fecc50; } .myforecolor {color:#fecc50; } .mybordercolor {border:3px solid #fecc50; }
#fecc50 Text Font Color
<p style="color:#fecc50">Text here</p>
This sample text font color is #fecc50
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.
#fecc50 Background Color
<div style="background-color:#fecc50">
Div content here</div>
This div background color is #fecc50
#fecc50 Border Color
<div style="border:3px solid #fecc50">
Div here</div>
This div border color is #fecc50
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,204,80, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fecc50; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fecc50; -webkit-box-shadow: 1px 1px 3px 2px #fecc50; box-shadow: 1px 1px 3px 2px #fecc50; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,204,80, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fecc50">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fecc50; -webkit-box-shadow: 1px 1px 3px 2px #fecc50; box-shadow: 1px 1px 3px 2px #fecc50;">
Div content here</div>
This div box has shadow with color #fecc50
Comments
No comments written yet.
Please login to write comment.