Shades of Lightning Yellow #F0AC2E
Tints of Lightning Yellow #F0AC2E
RGB
CMYK
RGB Variations
Color information
#F0AC2E (or 0xF0AC2E) is known color: Lightning Yellow. HEX triplet: F0, AC and 2E. RGB value is (240,172,46). Sum of RGB (Red+Green+Blue) = 240+172+46=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 172 (67.58% from 255 or 37.55% from 458); Blue value is 46 (18.36% from 255 or 10.04% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AC2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AC2E is #0F53D1. Grayscale: #B2B2B2. Windows color (decimal): -1004498 or 3058928. OLE color: 3058928.
HSL color Cylindrical-coordinate representation of color #F0AC2E: hue angle of 38.97º 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 #F0AC2E is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 172 | 46 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.06 |
| HSL | 38.97º | 0.87% | 0.56% | - |
| HSV(B) | 38.97º | 0.81% | 0.94% | - |
| XYZ | 51.18 | 48.23 | 9.2 | - |
| YUV | 177.97 | 53.53 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 172 | 46 | 0 | 0.28 | 0.81 | 0.06 | 38.97 | 0.87 | 0.56 |
| Hex | F0 | AC | 2E | 0 | 1C | 51 | 6 | 27 | 57 | 38 |
| Octal | 360 | 254 | 56 | 0 | 34 | 121 | 6 | 47 | 127 | 70 |
| Binary | 11110000 | 10101100 | 101110 | 0 | 11100 | 1010001 | 110 | 100111 | 1010111 | 111000 |
Color Harmonies of #F0AC2E
Complementary color
Monochromatic Colors of #F0AC2E
Black with #F0AC2E
Text Example
Text Example
White with #F0AC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AC2E; }
p { color: rgb(240,172,46); }
H1.HeaderClassName
{
color: #F0AC2E;
}
.AnyTagClassName
{
color: #F0AC2E;
}
</style>
background-color css
<style>
a { background-color: #F0AC2E; }
a { background-color: rgb(240,172,46); }
div.DivClassName
{
background-color: #F0AC2E;
}
.BgClassName
{
background-color: #F0AC2E;
}
</style>
border-color css
<style>
span { border-color: #F0AC2E; }
span { border-color: rgb(240,172,46); }
td.TdClassName
{
border-color: #F0AC2E;
}
.TagClassName
{
border-color: #F0AC2E;
}
</style>