Shades of Lightning Yellow #FAAA32
Tints of Lightning Yellow #FAAA32
RGB
CMYK
RGB Variations
Color information
#FAAA32 (or 0xFAAA32) is known color: Lightning Yellow. HEX triplet: FA, AA and 32. RGB value is (250,170,50). Sum of RGB (Red+Green+Blue) = 250+170+50=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 50 (19.92% from 255 or 10.64% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAA32 is #0555CD. Grayscale: #B4B4B4. Windows color (decimal): -349646 or 3320570. OLE color: 3320570.
HSL color Cylindrical-coordinate representation of color #FAAA32: hue angle of 36º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FAAA32 is Cyan = 0, Magento = 0.32, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 50 | - |
| CMYK | 0 | 0.32 | 0.8 | 0.02 |
| HSL | 36º | 0.95% | 0.59% | - |
| HSV(B) | 36º | 0.8% | 0.98% | - |
| XYZ | 54.37 | 49.3 | 9.67 | - |
| YUV | 180.24 | 54.5 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 50 | 0 | 0.32 | 0.8 | 0.02 | 36 | 0.95 | 0.59 |
| Hex | FA | AA | 32 | 0 | 20 | 50 | 2 | 24 | 5F | 3B |
| Octal | 372 | 252 | 62 | 0 | 40 | 120 | 2 | 44 | 137 | 73 |
| Binary | 11111010 | 10101010 | 110010 | 0 | 100000 | 1010000 | 10 | 100100 | 1011111 | 111011 |
Color Harmonies of #FAAA32
Complementary color
Monochromatic Colors of #FAAA32
Black with #FAAA32
Text Example
Text Example
White with #FAAA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA32; }
p { color: rgb(250,170,50); }
H1.HeaderClassName
{
color: #FAAA32;
}
.AnyTagClassName
{
color: #FAAA32;
}
</style>
background-color css
<style>
a { background-color: #FAAA32; }
a { background-color: rgb(250,170,50); }
div.DivClassName
{
background-color: #FAAA32;
}
.BgClassName
{
background-color: #FAAA32;
}
</style>
border-color css
<style>
span { border-color: #FAAA32; }
span { border-color: rgb(250,170,50); }
td.TdClassName
{
border-color: #FAAA32;
}
.TagClassName
{
border-color: #FAAA32;
}
</style>