Color spaces of #fedf51
RGB | 254 | 223 | 81 |
---|---|---|---|
HSL | 0.14 | 0.99 | 0.66 |
HSV | 49° | 68° | 100° |
CMYK | 0.00 | 0.12 | 0.68 0.00 |
XYZ | 68.7459 | 74.4403 | 18.5297 |
Yxy | 74.4403 | 0.4251 | 0.4603 |
Hunter Lab | 86.2788 | -8.7612 | 47.6617 |
CIE-Lab | 89.1302 | -4.3267 | 70.4267 |
#fedf51 color RGB value is (254,223,81).
#fedf51 hex color red value is 254, green value is 223 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #fedf51 hue: 0.14 , saturation: 0.99 and the lightness value of fedf51 is 0.66.
The process color (four color CMYK) of #fedf51 color hex is 0.00, 0.12, 0.68, 0.00. Web safe color of #fedf51 is #ffcc66. Color #fedf51 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11011111 | 01010001 |
Octal | 376 | 337 | 121 |
Decimal | 254 | 223 | 81 |
Hex | FE | DF | 51 |
Shades of #fedf51
Tints of #fedf51
RGB Percentages of Color #fedf51
CMYK Percentages of Color #fedf51
Complementary Color
#fedf51 | #5170fe |
#fedf51 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fedf51 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fedf51 Color CSS Codes
.mybgcolor {background-color:#fedf51; } .myforecolor {color:#fedf51; } .mybordercolor {border:3px solid #fedf51; }
#fedf51 Text Font Color
<p style="color:#fedf51">Text here</p>
This sample text font color is #fedf51
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.
#fedf51 Background Color
<div style="background-color:#fedf51">
Div content here</div>
This div background color is #fedf51
#fedf51 Border Color
<div style="border:3px solid #fedf51">
Div here</div>
This div border color is #fedf51
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,223,81, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fedf51; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fedf51; -webkit-box-shadow: 1px 1px 3px 2px #fedf51; box-shadow: 1px 1px 3px 2px #fedf51; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,223,81, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fedf51">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fedf51; -webkit-box-shadow: 1px 1px 3px 2px #fedf51; box-shadow: 1px 1px 3px 2px #fedf51;">
Div content here</div>
This div box has shadow with color #fedf51
Comments
No comments written yet.
Please login to write comment.