Shades of Lightning Yellow #FEA02F
Tints of Lightning Yellow #FEA02F
RGB
CMYK
RGB Variations
Color information
#FEA02F (or 0xFEA02F) is known color: Lightning Yellow. HEX triplet: FE, A0 and 2F. RGB value is (254,160,47). Sum of RGB (Red+Green+Blue) = 254+160+47=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 47 (18.75% from 255 or 10.20% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA02F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA02F is #015FD0. Grayscale: #AFAFAF. Windows color (decimal): -90065 or 3121406. OLE color: 3121406.
HSL color Cylindrical-coordinate representation of color #FEA02F: hue angle of 32.75º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FEA02F is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 47 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.00 |
| HSL | 32.75º | 0.99% | 0.59% | - |
| HSV(B) | 32.75º | 0.81% | 1% | - |
| XYZ | 53.96 | 46.42 | 8.8 | - |
| YUV | 175.22 | 55.64 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 47 | 0 | 0.37 | 0.81 | 0.00 | 32.75 | 0.99 | 0.59 |
| Hex | FE | A0 | 2F | 0 | 25 | 51 | 0 | 21 | 63 | 3B |
| Octal | 376 | 240 | 57 | 0 | 45 | 121 | 0 | 41 | 143 | 73 |
| Binary | 11111110 | 10100000 | 101111 | 0 | 100101 | 1010001 | 0 | 100001 | 1100011 | 111011 |
Color Harmonies of #FEA02F
Complementary color
Monochromatic Colors of #FEA02F
Black with #FEA02F
Text Example
Text Example
White with #FEA02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA02F; }
p { color: rgb(254,160,47); }
H1.HeaderClassName
{
color: #FEA02F;
}
.AnyTagClassName
{
color: #FEA02F;
}
</style>
background-color css
<style>
a { background-color: #FEA02F; }
a { background-color: rgb(254,160,47); }
div.DivClassName
{
background-color: #FEA02F;
}
.BgClassName
{
background-color: #FEA02F;
}
</style>
border-color css
<style>
span { border-color: #FEA02F; }
span { border-color: rgb(254,160,47); }
td.TdClassName
{
border-color: #FEA02F;
}
.TagClassName
{
border-color: #FEA02F;
}
</style>