Shades of Lightning Yellow #F7A231
Tints of Lightning Yellow #F7A231
RGB
CMYK
RGB Variations
Color information
#F7A231 (or 0xF7A231) is known color: Lightning Yellow. HEX triplet: F7, A2 and 31. RGB value is (247,162,49). Sum of RGB (Red+Green+Blue) = 247+162+49=458 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.93% from 458); Green value is 162 (63.67% from 255 or 35.37% from 458); Blue value is 49 (19.53% from 255 or 10.70% from 458); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A231 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7A231 is #085DCE. Grayscale: #AFAFAF. Windows color (decimal): -548303 or 3252983. OLE color: 3252983.
HSL color Cylindrical-coordinate representation of color #F7A231: hue angle of 34.24º 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 #F7A231 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 162 | 49 | - |
| CMYK | 0 | 0.34 | 0.80 | 0.03 |
| HSL | 34.24º | 0.93% | 0.58% | - |
| HSV(B) | 34.24º | 0.8% | 0.97% | - |
| XYZ | 51.83 | 45.84 | 9.02 | - |
| YUV | 174.53 | 57.16 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 162 | 49 | 0 | 0.34 | 0.80 | 0.03 | 34.24 | 0.93 | 0.58 |
| Hex | F7 | A2 | 31 | 0 | 22 | 50 | 3 | 22 | 5D | 3A |
| Octal | 367 | 242 | 61 | 0 | 42 | 120 | 3 | 42 | 135 | 72 |
| Binary | 11110111 | 10100010 | 110001 | 0 | 100010 | 1010000 | 11 | 100010 | 1011101 | 111010 |
Color Harmonies of #F7A231
Complementary color
Monochromatic Colors of #F7A231
Black with #F7A231
Text Example
Text Example
White with #F7A231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A231; }
p { color: rgb(247,162,49); }
H1.HeaderClassName
{
color: #F7A231;
}
.AnyTagClassName
{
color: #F7A231;
}
</style>
background-color css
<style>
a { background-color: #F7A231; }
a { background-color: rgb(247,162,49); }
div.DivClassName
{
background-color: #F7A231;
}
.BgClassName
{
background-color: #F7A231;
}
</style>
border-color css
<style>
span { border-color: #F7A231; }
span { border-color: rgb(247,162,49); }
td.TdClassName
{
border-color: #F7A231;
}
.TagClassName
{
border-color: #F7A231;
}
</style>