Shades of Lightning Yellow #F7A031
Tints of Lightning Yellow #F7A031
RGB
CMYK
RGB Variations
Color information
#F7A031 (or 0xF7A031) is known color: Lightning Yellow. HEX triplet: F7, A0 and 31. RGB value is (247,160,49). Sum of RGB (Red+Green+Blue) = 247+160+49=456 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.17% from 456); Green value is 160 (62.89% from 255 or 35.09% from 456); Blue value is 49 (19.53% from 255 or 10.75% from 456); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A031 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7A031 is #085FCE. Grayscale: #ADADAD. Windows color (decimal): -548815 or 3252471. OLE color: 3252471.
HSL color Cylindrical-coordinate representation of color #F7A031: hue angle of 33.64º degrees, saturation: 0.93, 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 #F7A031 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 160 | 49 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.03 |
| HSL | 33.64º | 0.93% | 0.58% | - |
| HSV(B) | 33.64º | 0.8% | 0.97% | - |
| XYZ | 51.48 | 45.14 | 8.9 | - |
| YUV | 173.36 | 57.82 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 160 | 49 | 0 | 0.35 | 0.80 | 0.03 | 33.64 | 0.93 | 0.58 |
| Hex | F7 | A0 | 31 | 0 | 23 | 50 | 3 | 22 | 5D | 3A |
| Octal | 367 | 240 | 61 | 0 | 43 | 120 | 3 | 42 | 135 | 72 |
| Binary | 11110111 | 10100000 | 110001 | 0 | 100011 | 1010000 | 11 | 100010 | 1011101 | 111010 |
Color Harmonies of #F7A031
Complementary color
Monochromatic Colors of #F7A031
Black with #F7A031
Text Example
Text Example
White with #F7A031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A031; }
p { color: rgb(247,160,49); }
H1.HeaderClassName
{
color: #F7A031;
}
.AnyTagClassName
{
color: #F7A031;
}
</style>
background-color css
<style>
a { background-color: #F7A031; }
a { background-color: rgb(247,160,49); }
div.DivClassName
{
background-color: #F7A031;
}
.BgClassName
{
background-color: #F7A031;
}
</style>
border-color css
<style>
span { border-color: #F7A031; }
span { border-color: rgb(247,160,49); }
td.TdClassName
{
border-color: #F7A031;
}
.TagClassName
{
border-color: #F7A031;
}
</style>