Shades of Lightning Yellow #FEA238
Tints of Lightning Yellow #FEA238
RGB
CMYK
RGB Variations
Color information
#FEA238 (or 0xFEA238) is known color: Lightning Yellow. HEX triplet: FE, A2 and 38. RGB value is (254,162,56). Sum of RGB (Red+Green+Blue) = 254+162+56=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 56 (22.27% from 255 or 11.86% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA238 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA238 is #015DC7. Grayscale: #B1B1B1. Windows color (decimal): -89544 or 3711742. OLE color: 3711742.
HSL color Cylindrical-coordinate representation of color #FEA238: hue angle of 32.12º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FEA238 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 56 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.00 |
| HSL | 32.12º | 0.99% | 0.61% | - |
| HSV(B) | 32.12º | 0.78% | 1% | - |
| XYZ | 54.51 | 47.2 | 9.98 | - |
| YUV | 177.42 | 59.48 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 56 | 0 | 0.36 | 0.78 | 0.00 | 32.12 | 0.99 | 0.61 |
| Hex | FE | A2 | 38 | 0 | 24 | 4E | 0 | 20 | 63 | 3D |
| Octal | 376 | 242 | 70 | 0 | 44 | 116 | 0 | 40 | 143 | 75 |
| Binary | 11111110 | 10100010 | 111000 | 0 | 100100 | 1001110 | 0 | 100000 | 1100011 | 111101 |
Color Harmonies of #FEA238
Complementary color
Monochromatic Colors of #FEA238
Black with #FEA238
Text Example
Text Example
White with #FEA238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA238; }
p { color: rgb(254,162,56); }
H1.HeaderClassName
{
color: #FEA238;
}
.AnyTagClassName
{
color: #FEA238;
}
</style>
background-color css
<style>
a { background-color: #FEA238; }
a { background-color: rgb(254,162,56); }
div.DivClassName
{
background-color: #FEA238;
}
.BgClassName
{
background-color: #FEA238;
}
</style>
border-color css
<style>
span { border-color: #FEA238; }
span { border-color: rgb(254,162,56); }
td.TdClassName
{
border-color: #FEA238;
}
.TagClassName
{
border-color: #FEA238;
}
</style>