Shades of Lightning Yellow #FB9E34
Tints of Lightning Yellow #FB9E34
RGB
CMYK
RGB Variations
Color information
#FB9E34 (or 0xFB9E34) is known color: Lightning Yellow. HEX triplet: FB, 9E and 34. RGB value is (251,158,52). Sum of RGB (Red+Green+Blue) = 251+158+52=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 52 (20.70% from 255 or 11.28% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9E34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB9E34 is #0461CB. Grayscale: #AEAEAE. Windows color (decimal): -287180 or 3448571. OLE color: 3448571.
HSL color Cylindrical-coordinate representation of color #FB9E34: hue angle of 31.96º 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 #FB9E34 is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 158 | 52 | - |
| CMYK | 0 | 0.37 | 0.79 | 0.02 |
| HSL | 31.96º | 0.96% | 0.59% | - |
| HSV(B) | 31.96º | 0.79% | 0.98% | - |
| XYZ | 52.63 | 45.21 | 9.2 | - |
| YUV | 173.72 | 59.31 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 158 | 52 | 0 | 0.37 | 0.79 | 0.02 | 31.96 | 0.96 | 0.59 |
| Hex | FB | 9E | 34 | 0 | 25 | 4F | 2 | 20 | 60 | 3B |
| Octal | 373 | 236 | 64 | 0 | 45 | 117 | 2 | 40 | 140 | 73 |
| Binary | 11111011 | 10011110 | 110100 | 0 | 100101 | 1001111 | 10 | 100000 | 1100000 | 111011 |
Color Harmonies of #FB9E34
Complementary color
Monochromatic Colors of #FB9E34
Black with #FB9E34
Text Example
Text Example
White with #FB9E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9E34; }
p { color: rgb(251,158,52); }
H1.HeaderClassName
{
color: #FB9E34;
}
.AnyTagClassName
{
color: #FB9E34;
}
</style>
background-color css
<style>
a { background-color: #FB9E34; }
a { background-color: rgb(251,158,52); }
div.DivClassName
{
background-color: #FB9E34;
}
.BgClassName
{
background-color: #FB9E34;
}
</style>
border-color css
<style>
span { border-color: #FB9E34; }
span { border-color: rgb(251,158,52); }
td.TdClassName
{
border-color: #FB9E34;
}
.TagClassName
{
border-color: #FB9E34;
}
</style>