Shades of Lightning Yellow #FAAA24
Tints of Lightning Yellow #FAAA24
RGB
CMYK
RGB Variations
Color information
#FAAA24 (or 0xFAAA24) is known color: Lightning Yellow. HEX triplet: FA, AA and 24. RGB value is (250,170,36). Sum of RGB (Red+Green+Blue) = 250+170+36=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 36 (14.45% from 255 or 7.89% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA24 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAA24 is #0555DB. Grayscale: #B3B3B3. Windows color (decimal): -349660 or 2403066. OLE color: 2403066.
HSL color Cylindrical-coordinate representation of color #FAAA24: hue angle of 37.57º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FAAA24 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 36 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.02 |
| HSL | 37.57º | 0.96% | 0.56% | - |
| HSV(B) | 37.57º | 0.86% | 0.98% | - |
| XYZ | 54.12 | 49.2 | 8.31 | - |
| YUV | 178.64 | 47.5 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 36 | 0 | 0.32 | 0.86 | 0.02 | 37.57 | 0.96 | 0.56 |
| Hex | FA | AA | 24 | 0 | 20 | 56 | 2 | 26 | 60 | 38 |
| Octal | 372 | 252 | 44 | 0 | 40 | 126 | 2 | 46 | 140 | 70 |
| Binary | 11111010 | 10101010 | 100100 | 0 | 100000 | 1010110 | 10 | 100110 | 1100000 | 111000 |
Color Harmonies of #FAAA24
Complementary color
Monochromatic Colors of #FAAA24
Black with #FAAA24
Text Example
Text Example
White with #FAAA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA24; }
p { color: rgb(250,170,36); }
H1.HeaderClassName
{
color: #FAAA24;
}
.AnyTagClassName
{
color: #FAAA24;
}
</style>
background-color css
<style>
a { background-color: #FAAA24; }
a { background-color: rgb(250,170,36); }
div.DivClassName
{
background-color: #FAAA24;
}
.BgClassName
{
background-color: #FAAA24;
}
</style>
border-color css
<style>
span { border-color: #FAAA24; }
span { border-color: rgb(250,170,36); }
td.TdClassName
{
border-color: #FAAA24;
}
.TagClassName
{
border-color: #FAAA24;
}
</style>