Shades of Lightning Yellow #FBA132
Tints of Lightning Yellow #FBA132
RGB
CMYK
RGB Variations
Color information
#FBA132 (or 0xFBA132) is known color: Lightning Yellow. HEX triplet: FB, A1 and 32. RGB value is (251,161,50). Sum of RGB (Red+Green+Blue) = 251+161+50=462 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.33% from 462); Green value is 161 (63.28% from 255 or 34.85% from 462); Blue value is 50 (19.92% from 255 or 10.82% from 462); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA132 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA132 is #045ECD. Grayscale: #AFAFAF. Windows color (decimal): -286414 or 3318267. OLE color: 3318267.
HSL color Cylindrical-coordinate representation of color #FBA132: hue angle of 33.13º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FBA132 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 50 | - |
| CMYK | 0 | 0.36 | 0.80 | 0.02 |
| HSL | 33.13º | 0.96% | 0.59% | - |
| HSV(B) | 33.13º | 0.8% | 0.98% | - |
| XYZ | 53.1 | 46.23 | 9.14 | - |
| YUV | 175.26 | 57.32 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 50 | 0 | 0.36 | 0.80 | 0.02 | 33.13 | 0.96 | 0.59 |
| Hex | FB | A1 | 32 | 0 | 24 | 50 | 2 | 21 | 60 | 3B |
| Octal | 373 | 241 | 62 | 0 | 44 | 120 | 2 | 41 | 140 | 73 |
| Binary | 11111011 | 10100001 | 110010 | 0 | 100100 | 1010000 | 10 | 100001 | 1100000 | 111011 |
Color Harmonies of #FBA132
Complementary color
Monochromatic Colors of #FBA132
Black with #FBA132
Text Example
Text Example
White with #FBA132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA132; }
p { color: rgb(251,161,50); }
H1.HeaderClassName
{
color: #FBA132;
}
.AnyTagClassName
{
color: #FBA132;
}
</style>
background-color css
<style>
a { background-color: #FBA132; }
a { background-color: rgb(251,161,50); }
div.DivClassName
{
background-color: #FBA132;
}
.BgClassName
{
background-color: #FBA132;
}
</style>
border-color css
<style>
span { border-color: #FBA132; }
span { border-color: rgb(251,161,50); }
td.TdClassName
{
border-color: #FBA132;
}
.TagClassName
{
border-color: #FBA132;
}
</style>