Shades of Lightning Yellow #FEA233
Tints of Lightning Yellow #FEA233
RGB
CMYK
RGB Variations
Color information
#FEA233 (or 0xFEA233) is known color: Lightning Yellow. HEX triplet: FE, A2 and 33. RGB value is (254,162,51). Sum of RGB (Red+Green+Blue) = 254+162+51=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 51 (20.31% from 255 or 10.92% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA233 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA233 is #015DCC. Grayscale: #B1B1B1. Windows color (decimal): -89549 or 3384062. OLE color: 3384062.
HSL color Cylindrical-coordinate representation of color #FEA233: hue angle of 32.81º 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 #FEA233 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 51 | - |
| CMYK | 0 | 0.36 | 0.80 | 0.00 |
| HSL | 32.81º | 0.99% | 0.6% | - |
| HSV(B) | 32.81º | 0.8% | 1% | - |
| XYZ | 54.39 | 47.15 | 9.37 | - |
| YUV | 176.85 | 56.98 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 51 | 0 | 0.36 | 0.80 | 0.00 | 32.81 | 0.99 | 0.6 |
| Hex | FE | A2 | 33 | 0 | 24 | 50 | 0 | 21 | 63 | 3C |
| Octal | 376 | 242 | 63 | 0 | 44 | 120 | 0 | 41 | 143 | 74 |
| Binary | 11111110 | 10100010 | 110011 | 0 | 100100 | 1010000 | 0 | 100001 | 1100011 | 111100 |
Color Harmonies of #FEA233
Complementary color
Monochromatic Colors of #FEA233
Black with #FEA233
Text Example
Text Example
White with #FEA233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA233; }
p { color: rgb(254,162,51); }
H1.HeaderClassName
{
color: #FEA233;
}
.AnyTagClassName
{
color: #FEA233;
}
</style>
background-color css
<style>
a { background-color: #FEA233; }
a { background-color: rgb(254,162,51); }
div.DivClassName
{
background-color: #FEA233;
}
.BgClassName
{
background-color: #FEA233;
}
</style>
border-color css
<style>
span { border-color: #FEA233; }
span { border-color: rgb(254,162,51); }
td.TdClassName
{
border-color: #FEA233;
}
.TagClassName
{
border-color: #FEA233;
}
</style>