Shades of Lightning Yellow #F7A131
Tints of Lightning Yellow #F7A131
RGB
CMYK
RGB Variations
Color information
#F7A131 (or 0xF7A131) is known color: Lightning Yellow. HEX triplet: F7, A1 and 31. RGB value is (247,161,49). Sum of RGB (Red+Green+Blue) = 247+161+49=457 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.05% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 49 (19.53% from 255 or 10.72% from 457); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A131 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7A131 is #085ECE. Grayscale: #AEAEAE. Windows color (decimal): -548559 or 3252727. OLE color: 3252727.
HSL color Cylindrical-coordinate representation of color #F7A131: hue angle of 33.94º 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 #F7A131 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 161 | 49 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.03 |
| HSL | 33.94º | 0.93% | 0.58% | - |
| HSV(B) | 33.94º | 0.8% | 0.97% | - |
| XYZ | 51.66 | 45.49 | 8.96 | - |
| YUV | 173.95 | 57.49 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 161 | 49 | 0 | 0.35 | 0.80 | 0.03 | 33.94 | 0.93 | 0.58 |
| Hex | F7 | A1 | 31 | 0 | 23 | 50 | 3 | 22 | 5D | 3A |
| Octal | 367 | 241 | 61 | 0 | 43 | 120 | 3 | 42 | 135 | 72 |
| Binary | 11110111 | 10100001 | 110001 | 0 | 100011 | 1010000 | 11 | 100010 | 1011101 | 111010 |
Color Harmonies of #F7A131
Complementary color
Monochromatic Colors of #F7A131
Black with #F7A131
Text Example
Text Example
White with #F7A131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A131; }
p { color: rgb(247,161,49); }
H1.HeaderClassName
{
color: #F7A131;
}
.AnyTagClassName
{
color: #F7A131;
}
</style>
background-color css
<style>
a { background-color: #F7A131; }
a { background-color: rgb(247,161,49); }
div.DivClassName
{
background-color: #F7A131;
}
.BgClassName
{
background-color: #F7A131;
}
</style>
border-color css
<style>
span { border-color: #F7A131; }
span { border-color: rgb(247,161,49); }
td.TdClassName
{
border-color: #F7A131;
}
.TagClassName
{
border-color: #F7A131;
}
</style>