Shades of Lightning Yellow #FEA12F
Tints of Lightning Yellow #FEA12F
RGB
CMYK
RGB Variations
Color information
#FEA12F (or 0xFEA12F) is known color: Lightning Yellow. HEX triplet: FE, A1 and 2F. RGB value is (254,161,47). Sum of RGB (Red+Green+Blue) = 254+161+47=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 161 (63.28% from 255 or 34.85% from 462); Blue value is 47 (18.75% from 255 or 10.17% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA12F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA12F is #015ED0. Grayscale: #B0B0B0. Windows color (decimal): -89809 or 3121662. OLE color: 3121662.
HSL color Cylindrical-coordinate representation of color #FEA12F: hue angle of 33.04º 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 #FEA12F is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 47 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.00 |
| HSL | 33.04º | 0.99% | 0.59% | - |
| HSV(B) | 33.04º | 0.81% | 1% | - |
| XYZ | 54.13 | 46.77 | 8.86 | - |
| YUV | 175.81 | 55.31 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 47 | 0 | 0.37 | 0.81 | 0.00 | 33.04 | 0.99 | 0.59 |
| Hex | FE | A1 | 2F | 0 | 25 | 51 | 0 | 21 | 63 | 3B |
| Octal | 376 | 241 | 57 | 0 | 45 | 121 | 0 | 41 | 143 | 73 |
| Binary | 11111110 | 10100001 | 101111 | 0 | 100101 | 1010001 | 0 | 100001 | 1100011 | 111011 |
Color Harmonies of #FEA12F
Complementary color
Monochromatic Colors of #FEA12F
Black with #FEA12F
Text Example
Text Example
White with #FEA12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA12F; }
p { color: rgb(254,161,47); }
H1.HeaderClassName
{
color: #FEA12F;
}
.AnyTagClassName
{
color: #FEA12F;
}
</style>
background-color css
<style>
a { background-color: #FEA12F; }
a { background-color: rgb(254,161,47); }
div.DivClassName
{
background-color: #FEA12F;
}
.BgClassName
{
background-color: #FEA12F;
}
</style>
border-color css
<style>
span { border-color: #FEA12F; }
span { border-color: rgb(254,161,47); }
td.TdClassName
{
border-color: #FEA12F;
}
.TagClassName
{
border-color: #FEA12F;
}
</style>