Shades of Lightning Yellow #F4A222
Tints of Lightning Yellow #F4A222
RGB
CMYK
RGB Variations
Color information
#F4A222 (or 0xF4A222) is known color: Lightning Yellow. HEX triplet: F4, A2 and 22. RGB value is (244,162,34). Sum of RGB (Red+Green+Blue) = 244+162+34=440 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.45% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 34 (13.67% from 255 or 7.73% from 440); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A222 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4A222 is #0B5DDD. Grayscale: #ACACAC. Windows color (decimal): -744926 or 2269940. OLE color: 2269940.
HSL color Cylindrical-coordinate representation of color #F4A222: hue angle of 36.57º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F4A222 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 162 | 34 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.04 |
| HSL | 36.57º | 0.91% | 0.55% | - |
| HSV(B) | 36.57º | 0.86% | 0.96% | - |
| XYZ | 50.52 | 45.19 | 7.57 | - |
| YUV | 171.93 | 50.17 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 162 | 34 | 0 | 0.34 | 0.86 | 0.04 | 36.57 | 0.91 | 0.55 |
| Hex | F4 | A2 | 22 | 0 | 22 | 56 | 4 | 25 | 5B | 37 |
| Octal | 364 | 242 | 42 | 0 | 42 | 126 | 4 | 45 | 133 | 67 |
| Binary | 11110100 | 10100010 | 100010 | 0 | 100010 | 1010110 | 100 | 100101 | 1011011 | 110111 |
Color Harmonies of #F4A222
Complementary color
Monochromatic Colors of #F4A222
Black with #F4A222
Text Example
Text Example
White with #F4A222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A222; }
p { color: rgb(244,162,34); }
H1.HeaderClassName
{
color: #F4A222;
}
.AnyTagClassName
{
color: #F4A222;
}
</style>
background-color css
<style>
a { background-color: #F4A222; }
a { background-color: rgb(244,162,34); }
div.DivClassName
{
background-color: #F4A222;
}
.BgClassName
{
background-color: #F4A222;
}
</style>
border-color css
<style>
span { border-color: #F4A222; }
span { border-color: rgb(244,162,34); }
td.TdClassName
{
border-color: #F4A222;
}
.TagClassName
{
border-color: #F4A222;
}
</style>