Shades of Lightning Yellow #FBA02A
Tints of Lightning Yellow #FBA02A
RGB
CMYK
RGB Variations
Color information
#FBA02A (or 0xFBA02A) is known color: Lightning Yellow. HEX triplet: FB, A0 and 2A. RGB value is (251,160,42). Sum of RGB (Red+Green+Blue) = 251+160+42=453 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.41% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 42 (16.80% from 255 or 9.27% from 453); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA02A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA02A is #045FD5. Grayscale: #AEAEAE. Windows color (decimal): -286678 or 2793723. OLE color: 2793723.
HSL color Cylindrical-coordinate representation of color #FBA02A: hue angle of 33.88º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FBA02A is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 42 | - |
| CMYK | 0 | 0.36 | 0.83 | 0.02 |
| HSL | 33.88º | 0.96% | 0.57% | - |
| HSV(B) | 33.88º | 0.83% | 0.98% | - |
| XYZ | 52.77 | 45.82 | 8.25 | - |
| YUV | 173.76 | 53.65 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 42 | 0 | 0.36 | 0.83 | 0.02 | 33.88 | 0.96 | 0.57 |
| Hex | FB | A0 | 2A | 0 | 24 | 53 | 2 | 22 | 60 | 39 |
| Octal | 373 | 240 | 52 | 0 | 44 | 123 | 2 | 42 | 140 | 71 |
| Binary | 11111011 | 10100000 | 101010 | 0 | 100100 | 1010011 | 10 | 100010 | 1100000 | 111001 |
Color Harmonies of #FBA02A
Complementary color
Monochromatic Colors of #FBA02A
Black with #FBA02A
Text Example
Text Example
White with #FBA02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA02A; }
p { color: rgb(251,160,42); }
H1.HeaderClassName
{
color: #FBA02A;
}
.AnyTagClassName
{
color: #FBA02A;
}
</style>
background-color css
<style>
a { background-color: #FBA02A; }
a { background-color: rgb(251,160,42); }
div.DivClassName
{
background-color: #FBA02A;
}
.BgClassName
{
background-color: #FBA02A;
}
</style>
border-color css
<style>
span { border-color: #FBA02A; }
span { border-color: rgb(251,160,42); }
td.TdClassName
{
border-color: #FBA02A;
}
.TagClassName
{
border-color: #FBA02A;
}
</style>