Shades of Lightning Yellow #FB9F32
Tints of Lightning Yellow #FB9F32
RGB
CMYK
RGB Variations
Color information
#FB9F32 (or 0xFB9F32) is known color: Lightning Yellow. HEX triplet: FB, 9F and 32. RGB value is (251,159,50). Sum of RGB (Red+Green+Blue) = 251+159+50=460 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.57% from 460); Green value is 159 (62.5% from 255 or 34.57% from 460); Blue value is 50 (19.92% from 255 or 10.87% from 460); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9F32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB9F32 is #0460CD. Grayscale: #AEAEAE. Windows color (decimal): -286926 or 3317755. OLE color: 3317755.
HSL color Cylindrical-coordinate representation of color #FB9F32: hue angle of 32.54º 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 #FB9F32 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 159 | 50 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.02 |
| HSL | 32.54º | 0.96% | 0.59% | - |
| HSV(B) | 32.54º | 0.8% | 0.98% | - |
| XYZ | 52.76 | 45.54 | 9.03 | - |
| YUV | 174.08 | 57.98 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 159 | 50 | 0 | 0.37 | 0.80 | 0.02 | 32.54 | 0.96 | 0.59 |
| Hex | FB | 9F | 32 | 0 | 25 | 50 | 2 | 21 | 60 | 3B |
| Octal | 373 | 237 | 62 | 0 | 45 | 120 | 2 | 41 | 140 | 73 |
| Binary | 11111011 | 10011111 | 110010 | 0 | 100101 | 1010000 | 10 | 100001 | 1100000 | 111011 |
Color Harmonies of #FB9F32
Complementary color
Monochromatic Colors of #FB9F32
Black with #FB9F32
Text Example
Text Example
White with #FB9F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9F32; }
p { color: rgb(251,159,50); }
H1.HeaderClassName
{
color: #FB9F32;
}
.AnyTagClassName
{
color: #FB9F32;
}
</style>
background-color css
<style>
a { background-color: #FB9F32; }
a { background-color: rgb(251,159,50); }
div.DivClassName
{
background-color: #FB9F32;
}
.BgClassName
{
background-color: #FB9F32;
}
</style>
border-color css
<style>
span { border-color: #FB9F32; }
span { border-color: rgb(251,159,50); }
td.TdClassName
{
border-color: #FB9F32;
}
.TagClassName
{
border-color: #FB9F32;
}
</style>