Shades of Golden Fizz #F2E52D
Tints of Golden Fizz #F2E52D
RGB
CMYK
RGB Variations
Color information
#F2E52D (or 0xF2E52D) is known color: Golden Fizz. HEX triplet: F2, E5 and 2D. RGB value is (242,229,45). Sum of RGB (Red+Green+Blue) = 242+229+45=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 229 (89.84% from 255 or 44.38% from 516); Blue value is 45 (17.97% from 255 or 8.72% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E52D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E52D is #0D1AD2. Grayscale: #D4D4D4. Windows color (decimal): -858835 or 3007986. OLE color: 3007986.
HSL color Cylindrical-coordinate representation of color #F2E52D: hue angle of 56.04º 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 #F2E52D is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 229 | 45 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.05 |
| HSL | 56.04º | 0.88% | 0.56% | - |
| HSV(B) | 56.04º | 0.81% | 0.95% | - |
| XYZ | 65.11 | 75.11 | 13.55 | - |
| YUV | 211.91 | 33.81 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 229 | 45 | 0 | 0.05 | 0.81 | 0.05 | 56.04 | 0.88 | 0.56 |
| Hex | F2 | E5 | 2D | 0 | 5 | 51 | 5 | 38 | 58 | 38 |
| Octal | 362 | 345 | 55 | 0 | 5 | 121 | 5 | 70 | 130 | 70 |
| Binary | 11110010 | 11100101 | 101101 | 0 | 101 | 1010001 | 101 | 111000 | 1011000 | 111000 |
Color Harmonies of #F2E52D
Complementary color
Monochromatic Colors of #F2E52D
Black with #F2E52D
Text Example
Text Example
White with #F2E52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E52D; }
p { color: rgb(242,229,45); }
H1.HeaderClassName
{
color: #F2E52D;
}
.AnyTagClassName
{
color: #F2E52D;
}
</style>
background-color css
<style>
a { background-color: #F2E52D; }
a { background-color: rgb(242,229,45); }
div.DivClassName
{
background-color: #F2E52D;
}
.BgClassName
{
background-color: #F2E52D;
}
</style>
border-color css
<style>
span { border-color: #F2E52D; }
span { border-color: rgb(242,229,45); }
td.TdClassName
{
border-color: #F2E52D;
}
.TagClassName
{
border-color: #F2E52D;
}
</style>