Shades of Lightning Yellow #F7A032
Tints of Lightning Yellow #F7A032
RGB
CMYK
RGB Variations
Color information
#F7A032 (or 0xF7A032) is known color: Lightning Yellow. HEX triplet: F7, A0 and 32. RGB value is (247,160,50). Sum of RGB (Red+Green+Blue) = 247+160+50=457 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.05% from 457); Green value is 160 (62.89% from 255 or 35.01% from 457); Blue value is 50 (19.92% from 255 or 10.94% from 457); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A032 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7A032 is #085FCD. Grayscale: #AEAEAE. Windows color (decimal): -548814 or 3318007. OLE color: 3318007.
HSL color Cylindrical-coordinate representation of color #F7A032: hue angle of 33.5º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F7A032 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 160 | 50 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.03 |
| HSL | 33.5º | 0.92% | 0.58% | - |
| HSV(B) | 33.5º | 0.8% | 0.97% | - |
| XYZ | 51.5 | 45.15 | 9.02 | - |
| YUV | 173.47 | 58.32 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 160 | 50 | 0 | 0.35 | 0.80 | 0.03 | 33.5 | 0.92 | 0.58 |
| Hex | F7 | A0 | 32 | 0 | 23 | 50 | 3 | 22 | 5C | 3A |
| Octal | 367 | 240 | 62 | 0 | 43 | 120 | 3 | 42 | 134 | 72 |
| Binary | 11110111 | 10100000 | 110010 | 0 | 100011 | 1010000 | 11 | 100010 | 1011100 | 111010 |
Color Harmonies of #F7A032
Complementary color
Monochromatic Colors of #F7A032
Black with #F7A032
Text Example
Text Example
White with #F7A032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A032; }
p { color: rgb(247,160,50); }
H1.HeaderClassName
{
color: #F7A032;
}
.AnyTagClassName
{
color: #F7A032;
}
</style>
background-color css
<style>
a { background-color: #F7A032; }
a { background-color: rgb(247,160,50); }
div.DivClassName
{
background-color: #F7A032;
}
.BgClassName
{
background-color: #F7A032;
}
</style>
border-color css
<style>
span { border-color: #F7A032; }
span { border-color: rgb(247,160,50); }
td.TdClassName
{
border-color: #F7A032;
}
.TagClassName
{
border-color: #F7A032;
}
</style>