Shades of Golden Fizz #F2E02D
Tints of Golden Fizz #F2E02D
RGB
CMYK
RGB Variations
Color information
#F2E02D (or 0xF2E02D) is known color: Golden Fizz. HEX triplet: F2, E0 and 2D. RGB value is (242,224,45). Sum of RGB (Red+Green+Blue) = 242+224+45=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 224 (87.89% from 255 or 43.84% from 511); Blue value is 45 (17.97% from 255 or 8.81% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E02D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E02D is #0D1FD2. Grayscale: #D1D1D1. Windows color (decimal): -860115 or 3006706. OLE color: 3006706.
HSL color Cylindrical-coordinate representation of color #F2E02D: hue angle of 54.52º 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 #F2E02D is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 45 | - |
| CMYK | 0 | 0.07 | 0.81 | 0.05 |
| HSL | 54.52º | 0.88% | 0.56% | - |
| HSV(B) | 54.52º | 0.81% | 0.95% | - |
| XYZ | 63.75 | 72.38 | 13.09 | - |
| YUV | 208.98 | 35.46 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 45 | 0 | 0.07 | 0.81 | 0.05 | 54.52 | 0.88 | 0.56 |
| Hex | F2 | E0 | 2D | 0 | 7 | 51 | 5 | 37 | 58 | 38 |
| Octal | 362 | 340 | 55 | 0 | 7 | 121 | 5 | 67 | 130 | 70 |
| Binary | 11110010 | 11100000 | 101101 | 0 | 111 | 1010001 | 101 | 110111 | 1011000 | 111000 |
Color Harmonies of #F2E02D
Complementary color
Monochromatic Colors of #F2E02D
Black with #F2E02D
Text Example
Text Example
White with #F2E02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E02D; }
p { color: rgb(242,224,45); }
H1.HeaderClassName
{
color: #F2E02D;
}
.AnyTagClassName
{
color: #F2E02D;
}
</style>
background-color css
<style>
a { background-color: #F2E02D; }
a { background-color: rgb(242,224,45); }
div.DivClassName
{
background-color: #F2E02D;
}
.BgClassName
{
background-color: #F2E02D;
}
</style>
border-color css
<style>
span { border-color: #F2E02D; }
span { border-color: rgb(242,224,45); }
td.TdClassName
{
border-color: #F2E02D;
}
.TagClassName
{
border-color: #F2E02D;
}
</style>