Shades of Lightning Yellow #FBA037
Tints of Lightning Yellow #FBA037
RGB
CMYK
RGB Variations
Color information
#FBA037 (or 0xFBA037) is known color: Lightning Yellow. HEX triplet: FB, A0 and 37. RGB value is (251,160,55). Sum of RGB (Red+Green+Blue) = 251+160+55=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 55 (21.88% from 255 or 11.80% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA037 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA037 is #045FC8. Grayscale: #AFAFAF. Windows color (decimal): -286665 or 3645691. OLE color: 3645691.
HSL color Cylindrical-coordinate representation of color #FBA037: hue angle of 32.14º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FBA037 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 55 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.02 |
| HSL | 32.14º | 0.96% | 0.6% | - |
| HSV(B) | 32.14º | 0.78% | 0.98% | - |
| XYZ | 53.04 | 45.93 | 9.68 | - |
| YUV | 175.24 | 60.15 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 55 | 0 | 0.36 | 0.78 | 0.02 | 32.14 | 0.96 | 0.6 |
| Hex | FB | A0 | 37 | 0 | 24 | 4E | 2 | 20 | 60 | 3C |
| Octal | 373 | 240 | 67 | 0 | 44 | 116 | 2 | 40 | 140 | 74 |
| Binary | 11111011 | 10100000 | 110111 | 0 | 100100 | 1001110 | 10 | 100000 | 1100000 | 111100 |
Color Harmonies of #FBA037
Complementary color
Monochromatic Colors of #FBA037
Black with #FBA037
Text Example
Text Example
White with #FBA037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA037; }
p { color: rgb(251,160,55); }
H1.HeaderClassName
{
color: #FBA037;
}
.AnyTagClassName
{
color: #FBA037;
}
</style>
background-color css
<style>
a { background-color: #FBA037; }
a { background-color: rgb(251,160,55); }
div.DivClassName
{
background-color: #FBA037;
}
.BgClassName
{
background-color: #FBA037;
}
</style>
border-color css
<style>
span { border-color: #FBA037; }
span { border-color: rgb(251,160,55); }
td.TdClassName
{
border-color: #FBA037;
}
.TagClassName
{
border-color: #FBA037;
}
</style>