Shades of Golden Fizz #F2E020
Tints of Golden Fizz #F2E020
RGB
CMYK
RGB Variations
Color information
#F2E020 (or 0xF2E020) is known color: Golden Fizz. HEX triplet: F2, E0 and 20. RGB value is (242,224,32). Sum of RGB (Red+Green+Blue) = 242+224+32=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 224 (87.89% from 255 or 44.98% from 498); Blue value is 32 (12.89% from 255 or 6.43% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E020 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E020 is #0D1FDF. Grayscale: #D0D0D0. Windows color (decimal): -860128 or 2154738. OLE color: 2154738.
HSL color Cylindrical-coordinate representation of color #F2E020: hue angle of 54.86º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F2E020 is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 32 | - |
| CMYK | 0 | 0.07 | 0.87 | 0.05 |
| HSL | 54.86º | 0.89% | 0.54% | - |
| HSV(B) | 54.86º | 0.87% | 0.95% | - |
| XYZ | 63.53 | 72.29 | 11.97 | - |
| YUV | 207.49 | 28.96 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 32 | 0 | 0.07 | 0.87 | 0.05 | 54.86 | 0.89 | 0.54 |
| Hex | F2 | E0 | 20 | 0 | 7 | 57 | 5 | 37 | 59 | 36 |
| Octal | 362 | 340 | 40 | 0 | 7 | 127 | 5 | 67 | 131 | 66 |
| Binary | 11110010 | 11100000 | 100000 | 0 | 111 | 1010111 | 101 | 110111 | 1011001 | 110110 |
Color Harmonies of #F2E020
Complementary color
Monochromatic Colors of #F2E020
Black with #F2E020
Text Example
Text Example
White with #F2E020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E020; }
p { color: rgb(242,224,32); }
H1.HeaderClassName
{
color: #F2E020;
}
.AnyTagClassName
{
color: #F2E020;
}
</style>
background-color css
<style>
a { background-color: #F2E020; }
a { background-color: rgb(242,224,32); }
div.DivClassName
{
background-color: #F2E020;
}
.BgClassName
{
background-color: #F2E020;
}
</style>
border-color css
<style>
span { border-color: #F2E020; }
span { border-color: rgb(242,224,32); }
td.TdClassName
{
border-color: #F2E020;
}
.TagClassName
{
border-color: #F2E020;
}
</style>