Shades of Lightning Yellow #FEA433
Tints of Lightning Yellow #FEA433
RGB
CMYK
RGB Variations
Color information
#FEA433 (or 0xFEA433) is known color: Lightning Yellow. HEX triplet: FE, A4 and 33. RGB value is (254,164,51). Sum of RGB (Red+Green+Blue) = 254+164+51=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 51 (20.31% from 255 or 10.87% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA433 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA433 is #015BCC. Grayscale: #B2B2B2. Windows color (decimal): -89037 or 3384574. OLE color: 3384574.
HSL color Cylindrical-coordinate representation of color #FEA433: hue angle of 33.4º 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 #FEA433 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 164 | 51 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.00 |
| HSL | 33.4º | 0.99% | 0.6% | - |
| HSV(B) | 33.4º | 0.8% | 1% | - |
| XYZ | 54.75 | 47.86 | 9.48 | - |
| YUV | 178.03 | 56.32 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 164 | 51 | 0 | 0.35 | 0.80 | 0.00 | 33.4 | 0.99 | 0.6 |
| Hex | FE | A4 | 33 | 0 | 23 | 50 | 0 | 21 | 63 | 3C |
| Octal | 376 | 244 | 63 | 0 | 43 | 120 | 0 | 41 | 143 | 74 |
| Binary | 11111110 | 10100100 | 110011 | 0 | 100011 | 1010000 | 0 | 100001 | 1100011 | 111100 |
Color Harmonies of #FEA433
Complementary color
Monochromatic Colors of #FEA433
Black with #FEA433
Text Example
Text Example
White with #FEA433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA433; }
p { color: rgb(254,164,51); }
H1.HeaderClassName
{
color: #FEA433;
}
.AnyTagClassName
{
color: #FEA433;
}
</style>
background-color css
<style>
a { background-color: #FEA433; }
a { background-color: rgb(254,164,51); }
div.DivClassName
{
background-color: #FEA433;
}
.BgClassName
{
background-color: #FEA433;
}
</style>
border-color css
<style>
span { border-color: #FEA433; }
span { border-color: rgb(254,164,51); }
td.TdClassName
{
border-color: #FEA433;
}
.TagClassName
{
border-color: #FEA433;
}
</style>