Color spaces of #fed01a
RGB | 254 | 208 | 26 |
---|---|---|---|
HSL | 0.13 | 0.99 | 0.55 |
HSV | 48° | 90° | 100° |
CMYK | 0.00 | 0.18 | 0.90 0.00 |
XYZ | 63.6154 | 66.2572 | 10.4133 |
Yxy | 66.2572 | 0.4535 | 0.4723 |
Hunter Lab | 81.3985 | -2.9443 | 49.3940 |
CIE-Lab | 85.1274 | 1.4715 | 82.8959 |
#fed01a color RGB value is (254,208,26).
#fed01a hex color red value is 254, green value is 208 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #fed01a hue: 0.13 , saturation: 0.99 and the lightness value of fed01a is 0.55.
The process color (four color CMYK) of #fed01a color hex is 0.00, 0.18, 0.90, 0.00. Web safe color of #fed01a is #ffcc33. Color #fed01a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11010000 | 00011010 |
Octal | 376 | 320 | 32 |
Decimal | 254 | 208 | 26 |
Hex | FE | D0 | 1A |
Shades of #fed01a
Tints of #fed01a
RGB Percentages of Color #fed01a
CMYK Percentages of Color #fed01a
Complementary Color
#fed01a | #1a48fe |
#fed01a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fed01a Color Preview on White Background
Lorem ipsum dolor sit amet.
#fed01a Color CSS Codes
.mybgcolor {background-color:#fed01a; } .myforecolor {color:#fed01a; } .mybordercolor {border:3px solid #fed01a; }
#fed01a Text Font Color
<p style="color:#fed01a">Text here</p>
This sample text font color is #fed01a
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.
#fed01a Background Color
<div style="background-color:#fed01a">
Div content here</div>
This div background color is #fed01a
#fed01a Border Color
<div style="border:3px solid #fed01a">
Div here</div>
This div border color is #fed01a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,208,26, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fed01a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fed01a; -webkit-box-shadow: 1px 1px 3px 2px #fed01a; box-shadow: 1px 1px 3px 2px #fed01a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,208,26, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fed01a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fed01a; -webkit-box-shadow: 1px 1px 3px 2px #fed01a; box-shadow: 1px 1px 3px 2px #fed01a;">
Div content here</div>
This div box has shadow with color #fed01a
#fed01a Color Palettes
Comments
No comments written yet.
Please login to write comment.