Shades of Golden Fizz #F2EB34
Tints of Golden Fizz #F2EB34
RGB
CMYK
RGB Variations
Color information
#F2EB34 (or 0xF2EB34) is known color: Golden Fizz. HEX triplet: F2, EB and 34. RGB value is (242,235,52). Sum of RGB (Red+Green+Blue) = 242+235+52=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 235 (92.19% from 255 or 44.42% from 529); Blue value is 52 (20.70% from 255 or 9.83% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EB34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EB34 is #0D14CB. Grayscale: #D8D8D8. Windows color (decimal): -857292 or 3468274. OLE color: 3468274.
HSL color Cylindrical-coordinate representation of color #F2EB34: hue angle of 57.79º 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 #F2EB34 is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 235 | 52 | - |
| CMYK | 0 | 0.03 | 0.79 | 0.05 |
| HSL | 57.79º | 0.88% | 0.58% | - |
| HSV(B) | 57.79º | 0.79% | 0.95% | - |
| XYZ | 66.95 | 78.54 | 14.88 | - |
| YUV | 216.23 | 35.32 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 235 | 52 | 0 | 0.03 | 0.79 | 0.05 | 57.79 | 0.88 | 0.58 |
| Hex | F2 | EB | 34 | 0 | 3 | 4F | 5 | 3A | 58 | 3A |
| Octal | 362 | 353 | 64 | 0 | 3 | 117 | 5 | 72 | 130 | 72 |
| Binary | 11110010 | 11101011 | 110100 | 0 | 11 | 1001111 | 101 | 111010 | 1011000 | 111010 |
Color Harmonies of #F2EB34
Complementary color
Monochromatic Colors of #F2EB34
Black with #F2EB34
Text Example
Text Example
White with #F2EB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EB34; }
p { color: rgb(242,235,52); }
H1.HeaderClassName
{
color: #F2EB34;
}
.AnyTagClassName
{
color: #F2EB34;
}
</style>
background-color css
<style>
a { background-color: #F2EB34; }
a { background-color: rgb(242,235,52); }
div.DivClassName
{
background-color: #F2EB34;
}
.BgClassName
{
background-color: #F2EB34;
}
</style>
border-color css
<style>
span { border-color: #F2EB34; }
span { border-color: rgb(242,235,52); }
td.TdClassName
{
border-color: #F2EB34;
}
.TagClassName
{
border-color: #F2EB34;
}
</style>