Shades of Lightning Yellow #FBA02B
Tints of Lightning Yellow #FBA02B
RGB
CMYK
RGB Variations
Color information
#FBA02B (or 0xFBA02B) is known color: Lightning Yellow. HEX triplet: FB, A0 and 2B. RGB value is (251,160,43). Sum of RGB (Red+Green+Blue) = 251+160+43=454 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.29% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 43 (17.19% from 255 or 9.47% from 454); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA02B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA02B is #045FD4. Grayscale: #AEAEAE. Windows color (decimal): -286677 or 2859259. OLE color: 2859259.
HSL color Cylindrical-coordinate representation of color #FBA02B: hue angle of 33.75º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FBA02B is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 43 | - |
| CMYK | 0 | 0.36 | 0.83 | 0.02 |
| HSL | 33.75º | 0.96% | 0.58% | - |
| HSV(B) | 33.75º | 0.83% | 0.98% | - |
| XYZ | 52.79 | 45.83 | 8.35 | - |
| YUV | 173.87 | 54.15 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 43 | 0 | 0.36 | 0.83 | 0.02 | 33.75 | 0.96 | 0.58 |
| Hex | FB | A0 | 2B | 0 | 24 | 53 | 2 | 22 | 60 | 3A |
| Octal | 373 | 240 | 53 | 0 | 44 | 123 | 2 | 42 | 140 | 72 |
| Binary | 11111011 | 10100000 | 101011 | 0 | 100100 | 1010011 | 10 | 100010 | 1100000 | 111010 |
Color Harmonies of #FBA02B
Complementary color
Monochromatic Colors of #FBA02B
Black with #FBA02B
Text Example
Text Example
White with #FBA02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA02B; }
p { color: rgb(251,160,43); }
H1.HeaderClassName
{
color: #FBA02B;
}
.AnyTagClassName
{
color: #FBA02B;
}
</style>
background-color css
<style>
a { background-color: #FBA02B; }
a { background-color: rgb(251,160,43); }
div.DivClassName
{
background-color: #FBA02B;
}
.BgClassName
{
background-color: #FBA02B;
}
</style>
border-color css
<style>
span { border-color: #FBA02B; }
span { border-color: rgb(251,160,43); }
td.TdClassName
{
border-color: #FBA02B;
}
.TagClassName
{
border-color: #FBA02B;
}
</style>