Shades of Lightning Yellow #F2AC32
Tints of Lightning Yellow #F2AC32
RGB
CMYK
RGB Variations
Color information
#F2AC32 (or 0xF2AC32) is known color: Lightning Yellow. HEX triplet: F2, AC and 32. RGB value is (242,172,50). Sum of RGB (Red+Green+Blue) = 242+172+50=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 50 (19.92% from 255 or 10.78% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AC32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AC32 is #0D53CD. Grayscale: #B3B3B3. Windows color (decimal): -873422 or 3321074. OLE color: 3321074.
HSL color Cylindrical-coordinate representation of color #F2AC32: hue angle of 38.12º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F2AC32 is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 172 | 50 | - |
| CMYK | 0 | 0.29 | 0.79 | 0.05 |
| HSL | 38.13º | 0.88% | 0.57% | - |
| HSV(B) | 38.13º | 0.79% | 0.95% | - |
| XYZ | 51.95 | 48.61 | 9.66 | - |
| YUV | 179.02 | 55.19 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 172 | 50 | 0 | 0.29 | 0.79 | 0.05 | 38.13 | 0.88 | 0.57 |
| Hex | F2 | AC | 32 | 0 | 1D | 4F | 5 | 26 | 58 | 39 |
| Octal | 362 | 254 | 62 | 0 | 35 | 117 | 5 | 46 | 130 | 71 |
| Binary | 11110010 | 10101100 | 110010 | 0 | 11101 | 1001111 | 101 | 100110 | 1011000 | 111001 |
Color Harmonies of #F2AC32
Complementary color
Monochromatic Colors of #F2AC32
Black with #F2AC32
Text Example
Text Example
White with #F2AC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AC32; }
p { color: rgb(242,172,50); }
H1.HeaderClassName
{
color: #F2AC32;
}
.AnyTagClassName
{
color: #F2AC32;
}
</style>
background-color css
<style>
a { background-color: #F2AC32; }
a { background-color: rgb(242,172,50); }
div.DivClassName
{
background-color: #F2AC32;
}
.BgClassName
{
background-color: #F2AC32;
}
</style>
border-color css
<style>
span { border-color: #F2AC32; }
span { border-color: rgb(242,172,50); }
td.TdClassName
{
border-color: #F2AC32;
}
.TagClassName
{
border-color: #F2AC32;
}
</style>