Shades of Lightning Yellow #FBAA2B
Tints of Lightning Yellow #FBAA2B
RGB
CMYK
RGB Variations
Color information
#FBAA2B (or 0xFBAA2B) is known color: Lightning Yellow. HEX triplet: FB, AA and 2B. RGB value is (251,170,43). Sum of RGB (Red+Green+Blue) = 251+170+43=464 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.09% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 43 (17.19% from 255 or 9.27% from 464); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAA2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBAA2B is #0455D4. Grayscale: #B4B4B4. Windows color (decimal): -284117 or 2861819. OLE color: 2861819.
HSL color Cylindrical-coordinate representation of color #FBAA2B: hue angle of 36.63º 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 #FBAA2B is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 170 | 43 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.02 |
| HSL | 36.63º | 0.96% | 0.58% | - |
| HSV(B) | 36.63º | 0.83% | 0.98% | - |
| XYZ | 54.59 | 49.43 | 8.95 | - |
| YUV | 179.74 | 50.84 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 170 | 43 | 0 | 0.32 | 0.83 | 0.02 | 36.63 | 0.96 | 0.58 |
| Hex | FB | AA | 2B | 0 | 20 | 53 | 2 | 25 | 60 | 3A |
| Octal | 373 | 252 | 53 | 0 | 40 | 123 | 2 | 45 | 140 | 72 |
| Binary | 11111011 | 10101010 | 101011 | 0 | 100000 | 1010011 | 10 | 100101 | 1100000 | 111010 |
Color Harmonies of #FBAA2B
Complementary color
Monochromatic Colors of #FBAA2B
Black with #FBAA2B
Text Example
Text Example
White with #FBAA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAA2B; }
p { color: rgb(251,170,43); }
H1.HeaderClassName
{
color: #FBAA2B;
}
.AnyTagClassName
{
color: #FBAA2B;
}
</style>
background-color css
<style>
a { background-color: #FBAA2B; }
a { background-color: rgb(251,170,43); }
div.DivClassName
{
background-color: #FBAA2B;
}
.BgClassName
{
background-color: #FBAA2B;
}
</style>
border-color css
<style>
span { border-color: #FBAA2B; }
span { border-color: rgb(251,170,43); }
td.TdClassName
{
border-color: #FBAA2B;
}
.TagClassName
{
border-color: #FBAA2B;
}
</style>