Shades of Golden Fizz #F0EF34
Tints of Golden Fizz #F0EF34
RGB
CMYK
RGB Variations
Color information
#F0EF34 (or 0xF0EF34) is known color: Golden Fizz. HEX triplet: F0, EF and 34. RGB value is (240,239,52). Sum of RGB (Red+Green+Blue) = 240+239+52=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 239 (93.75% from 255 or 45.01% from 531); Blue value is 52 (20.70% from 255 or 9.79% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EF34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0EF34 is #0F10CB. Grayscale: #DADADA. Windows color (decimal): -987340 or 3469296. OLE color: 3469296.
HSL color Cylindrical-coordinate representation of color #F0EF34: hue angle of 59.68º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F0EF34 is Cyan = 0, Magento = 0.00, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 239 | 52 | - |
| CMYK | 0 | 0.00 | 0.78 | 0.06 |
| HSL | 59.68º | 0.86% | 0.57% | - |
| HSV(B) | 59.68º | 0.78% | 0.94% | - |
| XYZ | 67.42 | 80.51 | 15.23 | - |
| YUV | 217.98 | 34.33 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 239 | 52 | 0 | 0.00 | 0.78 | 0.06 | 59.68 | 0.86 | 0.57 |
| Hex | F0 | EF | 34 | 0 | 0 | 4E | 6 | 3C | 56 | 39 |
| Octal | 360 | 357 | 64 | 0 | 0 | 116 | 6 | 74 | 126 | 71 |
| Binary | 11110000 | 11101111 | 110100 | 0 | 0 | 1001110 | 110 | 111100 | 1010110 | 111001 |
Color Harmonies of #F0EF34
Complementary color
Monochromatic Colors of #F0EF34
Black with #F0EF34
Text Example
Text Example
White with #F0EF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EF34; }
p { color: rgb(240,239,52); }
H1.HeaderClassName
{
color: #F0EF34;
}
.AnyTagClassName
{
color: #F0EF34;
}
</style>
background-color css
<style>
a { background-color: #F0EF34; }
a { background-color: rgb(240,239,52); }
div.DivClassName
{
background-color: #F0EF34;
}
.BgClassName
{
background-color: #F0EF34;
}
</style>
border-color css
<style>
span { border-color: #F0EF34; }
span { border-color: rgb(240,239,52); }
td.TdClassName
{
border-color: #F0EF34;
}
.TagClassName
{
border-color: #F0EF34;
}
</style>