Shades of Golden Fizz #F0E534
Tints of Golden Fizz #F0E534
RGB
CMYK
RGB Variations
Color information
#F0E534 (or 0xF0E534) is known color: Golden Fizz. HEX triplet: F0, E5 and 34. RGB value is (240,229,52). Sum of RGB (Red+Green+Blue) = 240+229+52=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 229 (89.84% from 255 or 43.95% from 521); Blue value is 52 (20.70% from 255 or 9.98% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E534 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0E534 is #0F1ACB. Grayscale: #D4D4D4. Windows color (decimal): -989900 or 3466736. OLE color: 3466736.
HSL color Cylindrical-coordinate representation of color #F0E534: hue angle of 56.49º 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 #F0E534 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 229 | 52 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.06 |
| HSL | 56.49º | 0.86% | 0.57% | - |
| HSV(B) | 56.49º | 0.78% | 0.94% | - |
| XYZ | 64.57 | 74.81 | 14.29 | - |
| YUV | 212.11 | 37.64 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 229 | 52 | 0 | 0.05 | 0.78 | 0.06 | 56.49 | 0.86 | 0.57 |
| Hex | F0 | E5 | 34 | 0 | 5 | 4E | 6 | 38 | 56 | 39 |
| Octal | 360 | 345 | 64 | 0 | 5 | 116 | 6 | 70 | 126 | 71 |
| Binary | 11110000 | 11100101 | 110100 | 0 | 101 | 1001110 | 110 | 111000 | 1010110 | 111001 |
Color Harmonies of #F0E534
Complementary color
Monochromatic Colors of #F0E534
Black with #F0E534
Text Example
Text Example
White with #F0E534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E534; }
p { color: rgb(240,229,52); }
H1.HeaderClassName
{
color: #F0E534;
}
.AnyTagClassName
{
color: #F0E534;
}
</style>
background-color css
<style>
a { background-color: #F0E534; }
a { background-color: rgb(240,229,52); }
div.DivClassName
{
background-color: #F0E534;
}
.BgClassName
{
background-color: #F0E534;
}
</style>
border-color css
<style>
span { border-color: #F0E534; }
span { border-color: rgb(240,229,52); }
td.TdClassName
{
border-color: #F0E534;
}
.TagClassName
{
border-color: #F0E534;
}
</style>