Shades of Lightning Yellow #FBA024
Tints of Lightning Yellow #FBA024
RGB
CMYK
RGB Variations
Color information
#FBA024 (or 0xFBA024) is known color: Lightning Yellow. HEX triplet: FB, A0 and 24. RGB value is (251,160,36). Sum of RGB (Red+Green+Blue) = 251+160+36=447 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.15% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 36 (14.45% from 255 or 8.05% from 447); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA024 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA024 is #045FDB. Grayscale: #ADADAD. Windows color (decimal): -286684 or 2400507. OLE color: 2400507.
HSL color Cylindrical-coordinate representation of color #FBA024: hue angle of 34.6º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FBA024 is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 36 | - |
| CMYK | 0 | 0.36 | 0.86 | 0.02 |
| HSL | 34.6º | 0.96% | 0.56% | - |
| HSV(B) | 34.6º | 0.86% | 0.98% | - |
| XYZ | 52.67 | 45.78 | 7.73 | - |
| YUV | 173.07 | 50.65 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 36 | 0 | 0.36 | 0.86 | 0.02 | 34.6 | 0.96 | 0.56 |
| Hex | FB | A0 | 24 | 0 | 24 | 56 | 2 | 23 | 60 | 38 |
| Octal | 373 | 240 | 44 | 0 | 44 | 126 | 2 | 43 | 140 | 70 |
| Binary | 11111011 | 10100000 | 100100 | 0 | 100100 | 1010110 | 10 | 100011 | 1100000 | 111000 |
Color Harmonies of #FBA024
Complementary color
Monochromatic Colors of #FBA024
Black with #FBA024
Text Example
Text Example
White with #FBA024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA024; }
p { color: rgb(251,160,36); }
H1.HeaderClassName
{
color: #FBA024;
}
.AnyTagClassName
{
color: #FBA024;
}
</style>
background-color css
<style>
a { background-color: #FBA024; }
a { background-color: rgb(251,160,36); }
div.DivClassName
{
background-color: #FBA024;
}
.BgClassName
{
background-color: #FBA024;
}
</style>
border-color css
<style>
span { border-color: #FBA024; }
span { border-color: rgb(251,160,36); }
td.TdClassName
{
border-color: #FBA024;
}
.TagClassName
{
border-color: #FBA024;
}
</style>