Shades of Lightning Yellow #FEA133
Tints of Lightning Yellow #FEA133
RGB
CMYK
RGB Variations
Color information
#FEA133 (or 0xFEA133) is known color: Lightning Yellow. HEX triplet: FE, A1 and 33. RGB value is (254,161,51). Sum of RGB (Red+Green+Blue) = 254+161+51=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 51 (20.31% from 255 or 10.94% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA133 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA133 is #015ECC. Grayscale: #B0B0B0. Windows color (decimal): -89805 or 3383806. OLE color: 3383806.
HSL color Cylindrical-coordinate representation of color #FEA133: hue angle of 32.51º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FEA133 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 51 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.00 |
| HSL | 32.51º | 0.99% | 0.6% | - |
| HSV(B) | 32.51º | 0.8% | 1% | - |
| XYZ | 54.22 | 46.8 | 9.31 | - |
| YUV | 176.27 | 57.31 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 51 | 0 | 0.37 | 0.80 | 0.00 | 32.51 | 0.99 | 0.6 |
| Hex | FE | A1 | 33 | 0 | 25 | 50 | 0 | 21 | 63 | 3C |
| Octal | 376 | 241 | 63 | 0 | 45 | 120 | 0 | 41 | 143 | 74 |
| Binary | 11111110 | 10100001 | 110011 | 0 | 100101 | 1010000 | 0 | 100001 | 1100011 | 111100 |
Color Harmonies of #FEA133
Complementary color
Monochromatic Colors of #FEA133
Black with #FEA133
Text Example
Text Example
White with #FEA133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA133; }
p { color: rgb(254,161,51); }
H1.HeaderClassName
{
color: #FEA133;
}
.AnyTagClassName
{
color: #FEA133;
}
</style>
background-color css
<style>
a { background-color: #FEA133; }
a { background-color: rgb(254,161,51); }
div.DivClassName
{
background-color: #FEA133;
}
.BgClassName
{
background-color: #FEA133;
}
</style>
border-color css
<style>
span { border-color: #FEA133; }
span { border-color: rgb(254,161,51); }
td.TdClassName
{
border-color: #FEA133;
}
.TagClassName
{
border-color: #FEA133;
}
</style>