Shades of Lightning Yellow #FB9F28
Tints of Lightning Yellow #FB9F28
RGB
CMYK
RGB Variations
Color information
#FB9F28 (or 0xFB9F28) is known color: Lightning Yellow. HEX triplet: FB, 9F and 28. RGB value is (251,159,40). Sum of RGB (Red+Green+Blue) = 251+159+40=450 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.78% from 450); Green value is 159 (62.5% from 255 or 35.33% from 450); Blue value is 40 (16.02% from 255 or 8.89% from 450); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9F28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB9F28 is #0460D7. Grayscale: #ADADAD. Windows color (decimal): -286936 or 2662395. OLE color: 2662395.
HSL color Cylindrical-coordinate representation of color #FB9F28: hue angle of 33.84º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB9F28 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 159 | 40 | - |
| CMYK | 0 | 0.37 | 0.84 | 0.02 |
| HSL | 33.84º | 0.96% | 0.57% | - |
| HSV(B) | 33.84º | 0.84% | 0.98% | - |
| XYZ | 52.56 | 45.46 | 8.01 | - |
| YUV | 172.94 | 52.98 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 159 | 40 | 0 | 0.37 | 0.84 | 0.02 | 33.84 | 0.96 | 0.57 |
| Hex | FB | 9F | 28 | 0 | 25 | 54 | 2 | 22 | 60 | 39 |
| Octal | 373 | 237 | 50 | 0 | 45 | 124 | 2 | 42 | 140 | 71 |
| Binary | 11111011 | 10011111 | 101000 | 0 | 100101 | 1010100 | 10 | 100010 | 1100000 | 111001 |
Color Harmonies of #FB9F28
Complementary color
Monochromatic Colors of #FB9F28
Black with #FB9F28
Text Example
Text Example
White with #FB9F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9F28; }
p { color: rgb(251,159,40); }
H1.HeaderClassName
{
color: #FB9F28;
}
.AnyTagClassName
{
color: #FB9F28;
}
</style>
background-color css
<style>
a { background-color: #FB9F28; }
a { background-color: rgb(251,159,40); }
div.DivClassName
{
background-color: #FB9F28;
}
.BgClassName
{
background-color: #FB9F28;
}
</style>
border-color css
<style>
span { border-color: #FB9F28; }
span { border-color: rgb(251,159,40); }
td.TdClassName
{
border-color: #FB9F28;
}
.TagClassName
{
border-color: #FB9F28;
}
</style>