Shades of Lightning Yellow #FBA424
Tints of Lightning Yellow #FBA424
RGB
CMYK
RGB Variations
Color information
#FBA424 (or 0xFBA424) is known color: Lightning Yellow. HEX triplet: FB, A4 and 24. RGB value is (251,164,36). Sum of RGB (Red+Green+Blue) = 251+164+36=451 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.65% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 36 (14.45% from 255 or 7.98% from 451); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA424 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA424 is #045BDB. Grayscale: #B0B0B0. Windows color (decimal): -285660 or 2401531. OLE color: 2401531.
HSL color Cylindrical-coordinate representation of color #FBA424: hue angle of 35.72º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FBA424 is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 164 | 36 | - |
| CMYK | 0 | 0.35 | 0.86 | 0.02 |
| HSL | 35.72º | 0.96% | 0.56% | - |
| HSV(B) | 35.72º | 0.86% | 0.98% | - |
| XYZ | 53.38 | 47.19 | 7.96 | - |
| YUV | 175.42 | 49.32 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 164 | 36 | 0 | 0.35 | 0.86 | 0.02 | 35.72 | 0.96 | 0.56 |
| Hex | FB | A4 | 24 | 0 | 23 | 56 | 2 | 24 | 60 | 38 |
| Octal | 373 | 244 | 44 | 0 | 43 | 126 | 2 | 44 | 140 | 70 |
| Binary | 11111011 | 10100100 | 100100 | 0 | 100011 | 1010110 | 10 | 100100 | 1100000 | 111000 |
Color Harmonies of #FBA424
Complementary color
Monochromatic Colors of #FBA424
Black with #FBA424
Text Example
Text Example
White with #FBA424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA424; }
p { color: rgb(251,164,36); }
H1.HeaderClassName
{
color: #FBA424;
}
.AnyTagClassName
{
color: #FBA424;
}
</style>
background-color css
<style>
a { background-color: #FBA424; }
a { background-color: rgb(251,164,36); }
div.DivClassName
{
background-color: #FBA424;
}
.BgClassName
{
background-color: #FBA424;
}
</style>
border-color css
<style>
span { border-color: #FBA424; }
span { border-color: rgb(251,164,36); }
td.TdClassName
{
border-color: #FBA424;
}
.TagClassName
{
border-color: #FBA424;
}
</style>