Shades of Lightning Yellow #FB9D2C
Tints of Lightning Yellow #FB9D2C
RGB
CMYK
RGB Variations
Color information
#FB9D2C (or 0xFB9D2C) is known color: Lightning Yellow. HEX triplet: FB, 9D and 2C. RGB value is (251,157,44). Sum of RGB (Red+Green+Blue) = 251+157+44=452 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.53% from 452); Green value is 157 (61.72% from 255 or 34.73% from 452); Blue value is 44 (17.58% from 255 or 9.73% from 452); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9D2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB9D2C is #0462D3. Grayscale: #ACACAC. Windows color (decimal): -287444 or 2924027. OLE color: 2924027.
HSL color Cylindrical-coordinate representation of color #FB9D2C: hue angle of 32.75º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB9D2C is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 157 | 44 | - |
| CMYK | 0 | 0.37 | 0.82 | 0.02 |
| HSL | 32.75º | 0.96% | 0.58% | - |
| HSV(B) | 32.75º | 0.82% | 0.98% | - |
| XYZ | 52.3 | 44.81 | 8.27 | - |
| YUV | 172.22 | 55.64 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 157 | 44 | 0 | 0.37 | 0.82 | 0.02 | 32.75 | 0.96 | 0.58 |
| Hex | FB | 9D | 2C | 0 | 25 | 52 | 2 | 21 | 60 | 3A |
| Octal | 373 | 235 | 54 | 0 | 45 | 122 | 2 | 41 | 140 | 72 |
| Binary | 11111011 | 10011101 | 101100 | 0 | 100101 | 1010010 | 10 | 100001 | 1100000 | 111010 |
Color Harmonies of #FB9D2C
Complementary color
Monochromatic Colors of #FB9D2C
Black with #FB9D2C
Text Example
Text Example
White with #FB9D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9D2C; }
p { color: rgb(251,157,44); }
H1.HeaderClassName
{
color: #FB9D2C;
}
.AnyTagClassName
{
color: #FB9D2C;
}
</style>
background-color css
<style>
a { background-color: #FB9D2C; }
a { background-color: rgb(251,157,44); }
div.DivClassName
{
background-color: #FB9D2C;
}
.BgClassName
{
background-color: #FB9D2C;
}
</style>
border-color css
<style>
span { border-color: #FB9D2C; }
span { border-color: rgb(251,157,44); }
td.TdClassName
{
border-color: #FB9D2C;
}
.TagClassName
{
border-color: #FB9D2C;
}
</style>