Shades of Lightning Yellow #FBA232
Tints of Lightning Yellow #FBA232
RGB
CMYK
RGB Variations
Color information
#FBA232 (or 0xFBA232) is known color: Lightning Yellow. HEX triplet: FB, A2 and 32. RGB value is (251,162,50). Sum of RGB (Red+Green+Blue) = 251+162+50=463 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.21% from 463); Green value is 162 (63.67% from 255 or 34.99% from 463); Blue value is 50 (19.92% from 255 or 10.80% from 463); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA232 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA232 is #045DCD. Grayscale: #B0B0B0. Windows color (decimal): -286158 or 3318523. OLE color: 3318523.
HSL color Cylindrical-coordinate representation of color #FBA232: hue angle of 33.43º 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 #FBA232 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 50 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.02 |
| HSL | 33.43º | 0.96% | 0.59% | - |
| HSV(B) | 33.43º | 0.8% | 0.98% | - |
| XYZ | 53.28 | 46.58 | 9.2 | - |
| YUV | 175.84 | 56.99 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 50 | 0 | 0.35 | 0.80 | 0.02 | 33.43 | 0.96 | 0.59 |
| Hex | FB | A2 | 32 | 0 | 23 | 50 | 2 | 21 | 60 | 3B |
| Octal | 373 | 242 | 62 | 0 | 43 | 120 | 2 | 41 | 140 | 73 |
| Binary | 11111011 | 10100010 | 110010 | 0 | 100011 | 1010000 | 10 | 100001 | 1100000 | 111011 |
Color Harmonies of #FBA232
Complementary color
Monochromatic Colors of #FBA232
Black with #FBA232
Text Example
Text Example
White with #FBA232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA232; }
p { color: rgb(251,162,50); }
H1.HeaderClassName
{
color: #FBA232;
}
.AnyTagClassName
{
color: #FBA232;
}
</style>
background-color css
<style>
a { background-color: #FBA232; }
a { background-color: rgb(251,162,50); }
div.DivClassName
{
background-color: #FBA232;
}
.BgClassName
{
background-color: #FBA232;
}
</style>
border-color css
<style>
span { border-color: #FBA232; }
span { border-color: rgb(251,162,50); }
td.TdClassName
{
border-color: #FBA232;
}
.TagClassName
{
border-color: #FBA232;
}
</style>