Shades of Lightning Yellow #FBA236
Tints of Lightning Yellow #FBA236
RGB
CMYK
RGB Variations
Color information
#FBA236 (or 0xFBA236) is known color: Lightning Yellow. HEX triplet: FB, A2 and 36. RGB value is (251,162,54). Sum of RGB (Red+Green+Blue) = 251+162+54=467 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.75% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 54 (21.48% from 255 or 11.56% from 467); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA236 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA236 is #045DC9. Grayscale: #B0B0B0. Windows color (decimal): -286154 or 3580667. OLE color: 3580667.
HSL color Cylindrical-coordinate representation of color #FBA236: hue angle of 32.89º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FBA236 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 54 | - |
| CMYK | 0 | 0.35 | 0.78 | 0.02 |
| HSL | 32.89º | 0.96% | 0.6% | - |
| HSV(B) | 32.89º | 0.78% | 0.98% | - |
| XYZ | 53.37 | 46.62 | 9.67 | - |
| YUV | 176.3 | 58.99 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 54 | 0 | 0.35 | 0.78 | 0.02 | 32.89 | 0.96 | 0.6 |
| Hex | FB | A2 | 36 | 0 | 23 | 4E | 2 | 21 | 60 | 3C |
| Octal | 373 | 242 | 66 | 0 | 43 | 116 | 2 | 41 | 140 | 74 |
| Binary | 11111011 | 10100010 | 110110 | 0 | 100011 | 1001110 | 10 | 100001 | 1100000 | 111100 |
Color Harmonies of #FBA236
Complementary color
Monochromatic Colors of #FBA236
Black with #FBA236
Text Example
Text Example
White with #FBA236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA236; }
p { color: rgb(251,162,54); }
H1.HeaderClassName
{
color: #FBA236;
}
.AnyTagClassName
{
color: #FBA236;
}
</style>
background-color css
<style>
a { background-color: #FBA236; }
a { background-color: rgb(251,162,54); }
div.DivClassName
{
background-color: #FBA236;
}
.BgClassName
{
background-color: #FBA236;
}
</style>
border-color css
<style>
span { border-color: #FBA236; }
span { border-color: rgb(251,162,54); }
td.TdClassName
{
border-color: #FBA236;
}
.TagClassName
{
border-color: #FBA236;
}
</style>