Shades of Lightning Yellow #FB9F34
Tints of Lightning Yellow #FB9F34
RGB
CMYK
RGB Variations
Color information
#FB9F34 (or 0xFB9F34) is known color: Lightning Yellow. HEX triplet: FB, 9F and 34. RGB value is (251,159,52). Sum of RGB (Red+Green+Blue) = 251+159+52=462 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.33% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 52 (20.70% from 255 or 11.26% from 462); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9F34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB9F34 is #0460CB. Grayscale: #AEAEAE. Windows color (decimal): -286924 or 3448827. OLE color: 3448827.
HSL color Cylindrical-coordinate representation of color #FB9F34: hue angle of 32.26º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FB9F34 is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 159 | 52 | - |
| CMYK | 0 | 0.37 | 0.79 | 0.02 |
| HSL | 32.26º | 0.96% | 0.59% | - |
| HSV(B) | 32.26º | 0.79% | 0.98% | - |
| XYZ | 52.8 | 45.55 | 9.26 | - |
| YUV | 174.31 | 58.98 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 159 | 52 | 0 | 0.37 | 0.79 | 0.02 | 32.26 | 0.96 | 0.59 |
| Hex | FB | 9F | 34 | 0 | 25 | 4F | 2 | 20 | 60 | 3B |
| Octal | 373 | 237 | 64 | 0 | 45 | 117 | 2 | 40 | 140 | 73 |
| Binary | 11111011 | 10011111 | 110100 | 0 | 100101 | 1001111 | 10 | 100000 | 1100000 | 111011 |
Color Harmonies of #FB9F34
Complementary color
Monochromatic Colors of #FB9F34
Black with #FB9F34
Text Example
Text Example
White with #FB9F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9F34; }
p { color: rgb(251,159,52); }
H1.HeaderClassName
{
color: #FB9F34;
}
.AnyTagClassName
{
color: #FB9F34;
}
</style>
background-color css
<style>
a { background-color: #FB9F34; }
a { background-color: rgb(251,159,52); }
div.DivClassName
{
background-color: #FB9F34;
}
.BgClassName
{
background-color: #FB9F34;
}
</style>
border-color css
<style>
span { border-color: #FB9F34; }
span { border-color: rgb(251,159,52); }
td.TdClassName
{
border-color: #FB9F34;
}
.TagClassName
{
border-color: #FB9F34;
}
</style>