Shades of Lightning Yellow #F7A32E
Tints of Lightning Yellow #F7A32E
RGB
CMYK
RGB Variations
Color information
#F7A32E (or 0xF7A32E) is known color: Lightning Yellow. HEX triplet: F7, A3 and 2E. RGB value is (247,163,46). Sum of RGB (Red+Green+Blue) = 247+163+46=456 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.17% from 456); Green value is 163 (64.06% from 255 or 35.75% from 456); Blue value is 46 (18.36% from 255 or 10.09% from 456); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A32E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7A32E is #085CD1. Grayscale: #AFAFAF. Windows color (decimal): -548050 or 3056631. OLE color: 3056631.
HSL color Cylindrical-coordinate representation of color #F7A32E: hue angle of 34.93º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F7A32E is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 163 | 46 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.03 |
| HSL | 34.93º | 0.93% | 0.57% | - |
| HSV(B) | 34.93º | 0.81% | 0.97% | - |
| XYZ | 51.95 | 46.17 | 8.76 | - |
| YUV | 174.78 | 55.33 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 163 | 46 | 0 | 0.34 | 0.81 | 0.03 | 34.93 | 0.93 | 0.57 |
| Hex | F7 | A3 | 2E | 0 | 22 | 51 | 3 | 23 | 5D | 39 |
| Octal | 367 | 243 | 56 | 0 | 42 | 121 | 3 | 43 | 135 | 71 |
| Binary | 11110111 | 10100011 | 101110 | 0 | 100010 | 1010001 | 11 | 100011 | 1011101 | 111001 |
Color Harmonies of #F7A32E
Complementary color
Monochromatic Colors of #F7A32E
Black with #F7A32E
Text Example
Text Example
White with #F7A32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A32E; }
p { color: rgb(247,163,46); }
H1.HeaderClassName
{
color: #F7A32E;
}
.AnyTagClassName
{
color: #F7A32E;
}
</style>
background-color css
<style>
a { background-color: #F7A32E; }
a { background-color: rgb(247,163,46); }
div.DivClassName
{
background-color: #F7A32E;
}
.BgClassName
{
background-color: #F7A32E;
}
</style>
border-color css
<style>
span { border-color: #F7A32E; }
span { border-color: rgb(247,163,46); }
td.TdClassName
{
border-color: #F7A32E;
}
.TagClassName
{
border-color: #F7A32E;
}
</style>