Shades of Lightning Yellow #FEA123
Tints of Lightning Yellow #FEA123
RGB
CMYK
RGB Variations
Color information
#FEA123 (or 0xFEA123) is known color: Lightning Yellow. HEX triplet: FE, A1 and 23. RGB value is (254,161,35). Sum of RGB (Red+Green+Blue) = 254+161+35=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 161 (63.28% from 255 or 35.78% from 450); Blue value is 35 (14.06% from 255 or 7.78% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA123 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA123 is #015EDC. Grayscale: #AFAFAF. Windows color (decimal): -89821 or 2335230. OLE color: 2335230.
HSL color Cylindrical-coordinate representation of color #FEA123: hue angle of 34.52º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FEA123 is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 35 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.00 |
| HSL | 34.52º | 0.99% | 0.57% | - |
| HSV(B) | 34.52º | 0.86% | 1% | - |
| XYZ | 53.92 | 46.68 | 7.76 | - |
| YUV | 174.44 | 49.31 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 35 | 0 | 0.37 | 0.86 | 0.00 | 34.52 | 0.99 | 0.57 |
| Hex | FE | A1 | 23 | 0 | 25 | 56 | 0 | 23 | 63 | 39 |
| Octal | 376 | 241 | 43 | 0 | 45 | 126 | 0 | 43 | 143 | 71 |
| Binary | 11111110 | 10100001 | 100011 | 0 | 100101 | 1010110 | 0 | 100011 | 1100011 | 111001 |
Color Harmonies of #FEA123
Complementary color
Monochromatic Colors of #FEA123
Black with #FEA123
Text Example
Text Example
White with #FEA123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA123; }
p { color: rgb(254,161,35); }
H1.HeaderClassName
{
color: #FEA123;
}
.AnyTagClassName
{
color: #FEA123;
}
</style>
background-color css
<style>
a { background-color: #FEA123; }
a { background-color: rgb(254,161,35); }
div.DivClassName
{
background-color: #FEA123;
}
.BgClassName
{
background-color: #FEA123;
}
</style>
border-color css
<style>
span { border-color: #FEA123; }
span { border-color: rgb(254,161,35); }
td.TdClassName
{
border-color: #FEA123;
}
.TagClassName
{
border-color: #FEA123;
}
</style>