Shades of Lightning Yellow #F7A022
Tints of Lightning Yellow #F7A022
RGB
CMYK
RGB Variations
Color information
#F7A022 (or 0xF7A022) is known color: Lightning Yellow. HEX triplet: F7, A0 and 22. RGB value is (247,160,34). Sum of RGB (Red+Green+Blue) = 247+160+34=441 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.01% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 34 (13.67% from 255 or 7.71% from 441); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A022 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7A022 is #085FDD. Grayscale: #ACACAC. Windows color (decimal): -548830 or 2269431. OLE color: 2269431.
HSL color Cylindrical-coordinate representation of color #F7A022: hue angle of 35.49º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F7A022 is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 160 | 34 | - |
| CMYK | 0 | 0.35 | 0.86 | 0.03 |
| HSL | 35.49º | 0.93% | 0.55% | - |
| HSV(B) | 35.49º | 0.86% | 0.97% | - |
| XYZ | 51.22 | 45.03 | 7.51 | - |
| YUV | 171.65 | 50.32 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 160 | 34 | 0 | 0.35 | 0.86 | 0.03 | 35.49 | 0.93 | 0.55 |
| Hex | F7 | A0 | 22 | 0 | 23 | 56 | 3 | 23 | 5D | 37 |
| Octal | 367 | 240 | 42 | 0 | 43 | 126 | 3 | 43 | 135 | 67 |
| Binary | 11110111 | 10100000 | 100010 | 0 | 100011 | 1010110 | 11 | 100011 | 1011101 | 110111 |
Color Harmonies of #F7A022
Complementary color
Monochromatic Colors of #F7A022
Black with #F7A022
Text Example
Text Example
White with #F7A022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A022; }
p { color: rgb(247,160,34); }
H1.HeaderClassName
{
color: #F7A022;
}
.AnyTagClassName
{
color: #F7A022;
}
</style>
background-color css
<style>
a { background-color: #F7A022; }
a { background-color: rgb(247,160,34); }
div.DivClassName
{
background-color: #F7A022;
}
.BgClassName
{
background-color: #F7A022;
}
</style>
border-color css
<style>
span { border-color: #F7A022; }
span { border-color: rgb(247,160,34); }
td.TdClassName
{
border-color: #F7A022;
}
.TagClassName
{
border-color: #F7A022;
}
</style>