Shades of Lightning Yellow #F2AC2E
Tints of Lightning Yellow #F2AC2E
RGB
CMYK
RGB Variations
Color information
#F2AC2E (or 0xF2AC2E) is known color: Lightning Yellow. HEX triplet: F2, AC and 2E. RGB value is (242,172,46). Sum of RGB (Red+Green+Blue) = 242+172+46=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 172 (67.58% from 255 or 37.39% from 460); Blue value is 46 (18.36% from 255 or 10% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AC2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AC2E is #0D53D1. Grayscale: #B3B3B3. Windows color (decimal): -873426 or 3058930. OLE color: 3058930.
HSL color Cylindrical-coordinate representation of color #F2AC2E: hue angle of 38.57º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F2AC2E is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 172 | 46 | - |
| CMYK | 0 | 0.29 | 0.81 | 0.05 |
| HSL | 38.57º | 0.88% | 0.56% | - |
| HSV(B) | 38.57º | 0.81% | 0.95% | - |
| XYZ | 51.86 | 48.58 | 9.23 | - |
| YUV | 178.57 | 53.19 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 172 | 46 | 0 | 0.29 | 0.81 | 0.05 | 38.57 | 0.88 | 0.56 |
| Hex | F2 | AC | 2E | 0 | 1D | 51 | 5 | 27 | 58 | 38 |
| Octal | 362 | 254 | 56 | 0 | 35 | 121 | 5 | 47 | 130 | 70 |
| Binary | 11110010 | 10101100 | 101110 | 0 | 11101 | 1010001 | 101 | 100111 | 1011000 | 111000 |
Color Harmonies of #F2AC2E
Complementary color
Monochromatic Colors of #F2AC2E
Black with #F2AC2E
Text Example
Text Example
White with #F2AC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AC2E; }
p { color: rgb(242,172,46); }
H1.HeaderClassName
{
color: #F2AC2E;
}
.AnyTagClassName
{
color: #F2AC2E;
}
</style>
background-color css
<style>
a { background-color: #F2AC2E; }
a { background-color: rgb(242,172,46); }
div.DivClassName
{
background-color: #F2AC2E;
}
.BgClassName
{
background-color: #F2AC2E;
}
</style>
border-color css
<style>
span { border-color: #F2AC2E; }
span { border-color: rgb(242,172,46); }
td.TdClassName
{
border-color: #F2AC2E;
}
.TagClassName
{
border-color: #F2AC2E;
}
</style>