Shades of Lightning Yellow #FBAA2D
Tints of Lightning Yellow #FBAA2D
RGB
CMYK
RGB Variations
Color information
#FBAA2D (or 0xFBAA2D) is known color: Lightning Yellow. HEX triplet: FB, AA and 2D. RGB value is (251,170,45). Sum of RGB (Red+Green+Blue) = 251+170+45=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 45 (17.97% from 255 or 9.66% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAA2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBAA2D is #0455D2. Grayscale: #B4B4B4. Windows color (decimal): -284115 or 2992891. OLE color: 2992891.
HSL color Cylindrical-coordinate representation of color #FBAA2D: hue angle of 36.41º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FBAA2D is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 170 | 45 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.02 |
| HSL | 36.41º | 0.96% | 0.58% | - |
| HSV(B) | 36.41º | 0.82% | 0.98% | - |
| XYZ | 54.63 | 49.45 | 9.15 | - |
| YUV | 179.97 | 51.84 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 170 | 45 | 0 | 0.32 | 0.82 | 0.02 | 36.41 | 0.96 | 0.58 |
| Hex | FB | AA | 2D | 0 | 20 | 52 | 2 | 24 | 60 | 3A |
| Octal | 373 | 252 | 55 | 0 | 40 | 122 | 2 | 44 | 140 | 72 |
| Binary | 11111011 | 10101010 | 101101 | 0 | 100000 | 1010010 | 10 | 100100 | 1100000 | 111010 |
Color Harmonies of #FBAA2D
Complementary color
Monochromatic Colors of #FBAA2D
Black with #FBAA2D
Text Example
Text Example
White with #FBAA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAA2D; }
p { color: rgb(251,170,45); }
H1.HeaderClassName
{
color: #FBAA2D;
}
.AnyTagClassName
{
color: #FBAA2D;
}
</style>
background-color css
<style>
a { background-color: #FBAA2D; }
a { background-color: rgb(251,170,45); }
div.DivClassName
{
background-color: #FBAA2D;
}
.BgClassName
{
background-color: #FBAA2D;
}
</style>
border-color css
<style>
span { border-color: #FBAA2D; }
span { border-color: rgb(251,170,45); }
td.TdClassName
{
border-color: #FBAA2D;
}
.TagClassName
{
border-color: #FBAA2D;
}
</style>