Shades of Lightning Yellow #FEA12D
Tints of Lightning Yellow #FEA12D
RGB
CMYK
RGB Variations
Color information
#FEA12D (or 0xFEA12D) is known color: Lightning Yellow. HEX triplet: FE, A1 and 2D. RGB value is (254,161,45). Sum of RGB (Red+Green+Blue) = 254+161+45=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 161 (63.28% from 255 or 35% from 460); Blue value is 45 (17.97% from 255 or 9.78% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA12D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA12D is #015ED2. Grayscale: #B0B0B0. Windows color (decimal): -89811 or 2990590. OLE color: 2990590.
HSL color Cylindrical-coordinate representation of color #FEA12D: hue angle of 33.3º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FEA12D is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 45 | - |
| CMYK | 0 | 0.37 | 0.82 | 0.00 |
| HSL | 33.3º | 0.99% | 0.59% | - |
| HSV(B) | 33.3º | 0.82% | 1% | - |
| XYZ | 54.09 | 46.75 | 8.66 | - |
| YUV | 175.58 | 54.31 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 45 | 0 | 0.37 | 0.82 | 0.00 | 33.3 | 0.99 | 0.59 |
| Hex | FE | A1 | 2D | 0 | 25 | 52 | 0 | 21 | 63 | 3B |
| Octal | 376 | 241 | 55 | 0 | 45 | 122 | 0 | 41 | 143 | 73 |
| Binary | 11111110 | 10100001 | 101101 | 0 | 100101 | 1010010 | 0 | 100001 | 1100011 | 111011 |
Color Harmonies of #FEA12D
Complementary color
Monochromatic Colors of #FEA12D
Black with #FEA12D
Text Example
Text Example
White with #FEA12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA12D; }
p { color: rgb(254,161,45); }
H1.HeaderClassName
{
color: #FEA12D;
}
.AnyTagClassName
{
color: #FEA12D;
}
</style>
background-color css
<style>
a { background-color: #FEA12D; }
a { background-color: rgb(254,161,45); }
div.DivClassName
{
background-color: #FEA12D;
}
.BgClassName
{
background-color: #FEA12D;
}
</style>
border-color css
<style>
span { border-color: #FEA12D; }
span { border-color: rgb(254,161,45); }
td.TdClassName
{
border-color: #FEA12D;
}
.TagClassName
{
border-color: #FEA12D;
}
</style>