Shades of Lightning Yellow #FBA724
Tints of Lightning Yellow #FBA724
RGB
CMYK
RGB Variations
Color information
#FBA724 (or 0xFBA724) is known color: Lightning Yellow. HEX triplet: FB, A7 and 24. RGB value is (251,167,36). Sum of RGB (Red+Green+Blue) = 251+167+36=454 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.29% from 454); Green value is 167 (65.62% from 255 or 36.78% from 454); Blue value is 36 (14.45% from 255 or 7.93% from 454); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA724 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA724 is #0458DB. Grayscale: #B1B1B1. Windows color (decimal): -284892 or 2402299. OLE color: 2402299.
HSL color Cylindrical-coordinate representation of color #FBA724: hue angle of 36.56º 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 #FBA724 is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 36 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.02 |
| HSL | 36.56º | 0.96% | 0.56% | - |
| HSV(B) | 36.56º | 0.86% | 0.98% | - |
| XYZ | 53.92 | 48.27 | 8.14 | - |
| YUV | 177.18 | 48.33 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 36 | 0 | 0.33 | 0.86 | 0.02 | 36.56 | 0.96 | 0.56 |
| Hex | FB | A7 | 24 | 0 | 21 | 56 | 2 | 25 | 60 | 38 |
| Octal | 373 | 247 | 44 | 0 | 41 | 126 | 2 | 45 | 140 | 70 |
| Binary | 11111011 | 10100111 | 100100 | 0 | 100001 | 1010110 | 10 | 100101 | 1100000 | 111000 |
Color Harmonies of #FBA724
Complementary color
Monochromatic Colors of #FBA724
Black with #FBA724
Text Example
Text Example
White with #FBA724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA724; }
p { color: rgb(251,167,36); }
H1.HeaderClassName
{
color: #FBA724;
}
.AnyTagClassName
{
color: #FBA724;
}
</style>
background-color css
<style>
a { background-color: #FBA724; }
a { background-color: rgb(251,167,36); }
div.DivClassName
{
background-color: #FBA724;
}
.BgClassName
{
background-color: #FBA724;
}
</style>
border-color css
<style>
span { border-color: #FBA724; }
span { border-color: rgb(251,167,36); }
td.TdClassName
{
border-color: #FBA724;
}
.TagClassName
{
border-color: #FBA724;
}
</style>