Shades of Lightning Yellow #F2AC34
Tints of Lightning Yellow #F2AC34
RGB
CMYK
RGB Variations
Color information
#F2AC34 (or 0xF2AC34) is known color: Lightning Yellow. HEX triplet: F2, AC and 34. RGB value is (242,172,52). Sum of RGB (Red+Green+Blue) = 242+172+52=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 52 (20.70% from 255 or 11.16% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AC34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AC34 is #0D53CB. Grayscale: #B3B3B3. Windows color (decimal): -873420 or 3452146. OLE color: 3452146.
HSL color Cylindrical-coordinate representation of color #F2AC34: hue angle of 37.89º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F2AC34 is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 172 | 52 | - |
| CMYK | 0 | 0.29 | 0.79 | 0.05 |
| HSL | 37.89º | 0.88% | 0.58% | - |
| HSV(B) | 37.89º | 0.79% | 0.95% | - |
| XYZ | 51.99 | 48.63 | 9.9 | - |
| YUV | 179.25 | 56.19 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 172 | 52 | 0 | 0.29 | 0.79 | 0.05 | 37.89 | 0.88 | 0.58 |
| Hex | F2 | AC | 34 | 0 | 1D | 4F | 5 | 26 | 58 | 3A |
| Octal | 362 | 254 | 64 | 0 | 35 | 117 | 5 | 46 | 130 | 72 |
| Binary | 11110010 | 10101100 | 110100 | 0 | 11101 | 1001111 | 101 | 100110 | 1011000 | 111010 |
Color Harmonies of #F2AC34
Complementary color
Monochromatic Colors of #F2AC34
Black with #F2AC34
Text Example
Text Example
White with #F2AC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AC34; }
p { color: rgb(242,172,52); }
H1.HeaderClassName
{
color: #F2AC34;
}
.AnyTagClassName
{
color: #F2AC34;
}
</style>
background-color css
<style>
a { background-color: #F2AC34; }
a { background-color: rgb(242,172,52); }
div.DivClassName
{
background-color: #F2AC34;
}
.BgClassName
{
background-color: #F2AC34;
}
</style>
border-color css
<style>
span { border-color: #F2AC34; }
span { border-color: rgb(242,172,52); }
td.TdClassName
{
border-color: #F2AC34;
}
.TagClassName
{
border-color: #F2AC34;
}
</style>