Shades of Lightning Yellow #FBA937
Tints of Lightning Yellow #FBA937
RGB
CMYK
RGB Variations
Color information
#FBA937 (or 0xFBA937) is known color: Lightning Yellow. HEX triplet: FB, A9 and 37. RGB value is (251,169,55). Sum of RGB (Red+Green+Blue) = 251+169+55=475 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.84% from 475); Green value is 169 (66.41% from 255 or 35.58% from 475); Blue value is 55 (21.88% from 255 or 11.58% from 475); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA937 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA937 is #0456C8. Grayscale: #B5B5B5. Windows color (decimal): -284361 or 3647995. OLE color: 3647995.
HSL color Cylindrical-coordinate representation of color #FBA937: hue angle of 34.9º 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 #FBA937 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 55 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.02 |
| HSL | 34.9º | 0.96% | 0.6% | - |
| HSV(B) | 34.9º | 0.78% | 0.98% | - |
| XYZ | 54.66 | 49.16 | 10.22 | - |
| YUV | 180.52 | 57.17 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 55 | 0 | 0.33 | 0.78 | 0.02 | 34.9 | 0.96 | 0.6 |
| Hex | FB | A9 | 37 | 0 | 21 | 4E | 2 | 23 | 60 | 3C |
| Octal | 373 | 251 | 67 | 0 | 41 | 116 | 2 | 43 | 140 | 74 |
| Binary | 11111011 | 10101001 | 110111 | 0 | 100001 | 1001110 | 10 | 100011 | 1100000 | 111100 |
Color Harmonies of #FBA937
Complementary color
Monochromatic Colors of #FBA937
Black with #FBA937
Text Example
Text Example
White with #FBA937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA937; }
p { color: rgb(251,169,55); }
H1.HeaderClassName
{
color: #FBA937;
}
.AnyTagClassName
{
color: #FBA937;
}
</style>
background-color css
<style>
a { background-color: #FBA937; }
a { background-color: rgb(251,169,55); }
div.DivClassName
{
background-color: #FBA937;
}
.BgClassName
{
background-color: #FBA937;
}
</style>
border-color css
<style>
span { border-color: #FBA937; }
span { border-color: rgb(251,169,55); }
td.TdClassName
{
border-color: #FBA937;
}
.TagClassName
{
border-color: #FBA937;
}
</style>