Shades of Lightning Yellow #FAA624
Tints of Lightning Yellow #FAA624
RGB
CMYK
RGB Variations
Color information
#FAA624 (or 0xFAA624) is known color: Lightning Yellow. HEX triplet: FA, A6 and 24. RGB value is (250,166,36). Sum of RGB (Red+Green+Blue) = 250+166+36=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 166 (65.23% from 255 or 36.73% from 452); Blue value is 36 (14.45% from 255 or 7.96% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA624 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA624 is #0559DB. Grayscale: #B0B0B0. Windows color (decimal): -350684 or 2402042. OLE color: 2402042.
HSL color Cylindrical-coordinate representation of color #FAA624: hue angle of 36.45º 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 #FAA624 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 36 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.02 |
| HSL | 36.45º | 0.96% | 0.56% | - |
| HSV(B) | 36.45º | 0.86% | 0.98% | - |
| XYZ | 53.38 | 47.72 | 8.07 | - |
| YUV | 176.3 | 48.83 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 36 | 0 | 0.34 | 0.86 | 0.02 | 36.45 | 0.96 | 0.56 |
| Hex | FA | A6 | 24 | 0 | 22 | 56 | 2 | 24 | 60 | 38 |
| Octal | 372 | 246 | 44 | 0 | 42 | 126 | 2 | 44 | 140 | 70 |
| Binary | 11111010 | 10100110 | 100100 | 0 | 100010 | 1010110 | 10 | 100100 | 1100000 | 111000 |
Color Harmonies of #FAA624
Complementary color
Monochromatic Colors of #FAA624
Black with #FAA624
Text Example
Text Example
White with #FAA624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA624; }
p { color: rgb(250,166,36); }
H1.HeaderClassName
{
color: #FAA624;
}
.AnyTagClassName
{
color: #FAA624;
}
</style>
background-color css
<style>
a { background-color: #FAA624; }
a { background-color: rgb(250,166,36); }
div.DivClassName
{
background-color: #FAA624;
}
.BgClassName
{
background-color: #FAA624;
}
</style>
border-color css
<style>
span { border-color: #FAA624; }
span { border-color: rgb(250,166,36); }
td.TdClassName
{
border-color: #FAA624;
}
.TagClassName
{
border-color: #FAA624;
}
</style>