Shades of Lightning Yellow #FEA832
Tints of Lightning Yellow #FEA832
RGB
CMYK
RGB Variations
Color information
#FEA832 (or 0xFEA832) is known color: Lightning Yellow. HEX triplet: FE, A8 and 32. RGB value is (254,168,50). Sum of RGB (Red+Green+Blue) = 254+168+50=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 50 (19.92% from 255 or 10.59% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA832 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA832 is #0157CD. Grayscale: #B4B4B4. Windows color (decimal): -88014 or 3320062. OLE color: 3320062.
HSL color Cylindrical-coordinate representation of color #FEA832: hue angle of 34.71º 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 #FEA832 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 50 | - |
| CMYK | 0 | 0.34 | 0.80 | 0.00 |
| HSL | 34.71º | 0.99% | 0.6% | - |
| HSV(B) | 34.71º | 0.8% | 1% | - |
| XYZ | 55.45 | 49.31 | 9.61 | - |
| YUV | 180.26 | 54.49 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 50 | 0 | 0.34 | 0.80 | 0.00 | 34.71 | 0.99 | 0.6 |
| Hex | FE | A8 | 32 | 0 | 22 | 50 | 0 | 23 | 63 | 3C |
| Octal | 376 | 250 | 62 | 0 | 42 | 120 | 0 | 43 | 143 | 74 |
| Binary | 11111110 | 10101000 | 110010 | 0 | 100010 | 1010000 | 0 | 100011 | 1100011 | 111100 |
Color Harmonies of #FEA832
Complementary color
Monochromatic Colors of #FEA832
Black with #FEA832
Text Example
Text Example
White with #FEA832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA832; }
p { color: rgb(254,168,50); }
H1.HeaderClassName
{
color: #FEA832;
}
.AnyTagClassName
{
color: #FEA832;
}
</style>
background-color css
<style>
a { background-color: #FEA832; }
a { background-color: rgb(254,168,50); }
div.DivClassName
{
background-color: #FEA832;
}
.BgClassName
{
background-color: #FEA832;
}
</style>
border-color css
<style>
span { border-color: #FEA832; }
span { border-color: rgb(254,168,50); }
td.TdClassName
{
border-color: #FEA832;
}
.TagClassName
{
border-color: #FEA832;
}
</style>