Shades of Lightning Yellow #FAA322
Tints of Lightning Yellow #FAA322
RGB
CMYK
RGB Variations
Color information
#FAA322 (or 0xFAA322) is known color: Lightning Yellow. HEX triplet: FA, A3 and 22. RGB value is (250,163,34). Sum of RGB (Red+Green+Blue) = 250+163+34=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 163 (64.06% from 255 or 36.47% from 447); Blue value is 34 (13.67% from 255 or 7.61% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA322 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA322 is #055CDD. Grayscale: #AEAEAE. Windows color (decimal): -351454 or 2270202. OLE color: 2270202.
HSL color Cylindrical-coordinate representation of color #FAA322: hue angle of 35.83º 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 #FAA322 is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 34 | - |
| CMYK | 0 | 0.35 | 0.86 | 0.02 |
| HSL | 35.83º | 0.96% | 0.56% | - |
| HSV(B) | 35.83º | 0.86% | 0.98% | - |
| XYZ | 52.81 | 46.63 | 7.73 | - |
| YUV | 174.31 | 48.82 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 34 | 0 | 0.35 | 0.86 | 0.02 | 35.83 | 0.96 | 0.56 |
| Hex | FA | A3 | 22 | 0 | 23 | 56 | 2 | 24 | 60 | 38 |
| Octal | 372 | 243 | 42 | 0 | 43 | 126 | 2 | 44 | 140 | 70 |
| Binary | 11111010 | 10100011 | 100010 | 0 | 100011 | 1010110 | 10 | 100100 | 1100000 | 111000 |
Color Harmonies of #FAA322
Complementary color
Monochromatic Colors of #FAA322
Black with #FAA322
Text Example
Text Example
White with #FAA322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA322; }
p { color: rgb(250,163,34); }
H1.HeaderClassName
{
color: #FAA322;
}
.AnyTagClassName
{
color: #FAA322;
}
</style>
background-color css
<style>
a { background-color: #FAA322; }
a { background-color: rgb(250,163,34); }
div.DivClassName
{
background-color: #FAA322;
}
.BgClassName
{
background-color: #FAA322;
}
</style>
border-color css
<style>
span { border-color: #FAA322; }
span { border-color: rgb(250,163,34); }
td.TdClassName
{
border-color: #FAA322;
}
.TagClassName
{
border-color: #FAA322;
}
</style>