Shades of Lightning Yellow #F0A72E
Tints of Lightning Yellow #F0A72E
RGB
CMYK
RGB Variations
Color information
#F0A72E (or 0xF0A72E) is known color: Lightning Yellow. HEX triplet: F0, A7 and 2E. RGB value is (240,167,46). Sum of RGB (Red+Green+Blue) = 240+167+46=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 167 (65.62% from 255 or 36.87% from 453); Blue value is 46 (18.36% from 255 or 10.15% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A72E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A72E is #0F58D1. Grayscale: #AFAFAF. Windows color (decimal): -1005778 or 3057648. OLE color: 3057648.
HSL color Cylindrical-coordinate representation of color #F0A72E: hue angle of 37.42º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F0A72E is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 167 | 46 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.06 |
| HSL | 37.42º | 0.87% | 0.56% | - |
| HSV(B) | 37.42º | 0.81% | 0.94% | - |
| XYZ | 50.25 | 46.36 | 8.88 | - |
| YUV | 175.03 | 55.18 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 167 | 46 | 0 | 0.30 | 0.81 | 0.06 | 37.42 | 0.87 | 0.56 |
| Hex | F0 | A7 | 2E | 0 | 1E | 51 | 6 | 25 | 57 | 38 |
| Octal | 360 | 247 | 56 | 0 | 36 | 121 | 6 | 45 | 127 | 70 |
| Binary | 11110000 | 10100111 | 101110 | 0 | 11110 | 1010001 | 110 | 100101 | 1010111 | 111000 |
Color Harmonies of #F0A72E
Complementary color
Monochromatic Colors of #F0A72E
Black with #F0A72E
Text Example
Text Example
White with #F0A72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A72E; }
p { color: rgb(240,167,46); }
H1.HeaderClassName
{
color: #F0A72E;
}
.AnyTagClassName
{
color: #F0A72E;
}
</style>
background-color css
<style>
a { background-color: #F0A72E; }
a { background-color: rgb(240,167,46); }
div.DivClassName
{
background-color: #F0A72E;
}
.BgClassName
{
background-color: #F0A72E;
}
</style>
border-color css
<style>
span { border-color: #F0A72E; }
span { border-color: rgb(240,167,46); }
td.TdClassName
{
border-color: #F0A72E;
}
.TagClassName
{
border-color: #F0A72E;
}
</style>