Shades of Lightning Yellow #FAA222
Tints of Lightning Yellow #FAA222
RGB
CMYK
RGB Variations
Color information
#FAA222 (or 0xFAA222) is known color: Lightning Yellow. HEX triplet: FA, A2 and 22. RGB value is (250,162,34). Sum of RGB (Red+Green+Blue) = 250+162+34=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 34 (13.67% from 255 or 7.62% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA222 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA222 is #055DDD. Grayscale: #AEAEAE. Windows color (decimal): -351710 or 2269946. OLE color: 2269946.
HSL color Cylindrical-coordinate representation of color #FAA222: hue angle of 35.56º 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 #FAA222 is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 34 | - |
| CMYK | 0 | 0.35 | 0.86 | 0.02 |
| HSL | 35.56º | 0.96% | 0.56% | - |
| HSV(B) | 35.56º | 0.86% | 0.98% | - |
| XYZ | 52.63 | 46.28 | 7.67 | - |
| YUV | 173.72 | 49.15 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 34 | 0 | 0.35 | 0.86 | 0.02 | 35.56 | 0.96 | 0.56 |
| Hex | FA | A2 | 22 | 0 | 23 | 56 | 2 | 24 | 60 | 38 |
| Octal | 372 | 242 | 42 | 0 | 43 | 126 | 2 | 44 | 140 | 70 |
| Binary | 11111010 | 10100010 | 100010 | 0 | 100011 | 1010110 | 10 | 100100 | 1100000 | 111000 |
Color Harmonies of #FAA222
Complementary color
Monochromatic Colors of #FAA222
Black with #FAA222
Text Example
Text Example
White with #FAA222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA222; }
p { color: rgb(250,162,34); }
H1.HeaderClassName
{
color: #FAA222;
}
.AnyTagClassName
{
color: #FAA222;
}
</style>
background-color css
<style>
a { background-color: #FAA222; }
a { background-color: rgb(250,162,34); }
div.DivClassName
{
background-color: #FAA222;
}
.BgClassName
{
background-color: #FAA222;
}
</style>
border-color css
<style>
span { border-color: #FAA222; }
span { border-color: rgb(250,162,34); }
td.TdClassName
{
border-color: #FAA222;
}
.TagClassName
{
border-color: #FAA222;
}
</style>