Shades of Golden Fizz #F0E122
Tints of Golden Fizz #F0E122
RGB
CMYK
RGB Variations
Color information
#F0E122 (or 0xF0E122) is known color: Golden Fizz. HEX triplet: F0, E1 and 22. RGB value is (240,225,34). Sum of RGB (Red+Green+Blue) = 240+225+34=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 225 (88.28% from 255 or 45.09% from 499); Blue value is 34 (13.67% from 255 or 6.81% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E122 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0E122 is #0F1EDD. Grayscale: #D0D0D0. Windows color (decimal): -990942 or 2286064. OLE color: 2286064.
HSL color Cylindrical-coordinate representation of color #F0E122: hue angle of 55.63º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F0E122 is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 225 | 34 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.06 |
| HSL | 55.63º | 0.87% | 0.54% | - |
| HSV(B) | 55.63º | 0.86% | 0.94% | - |
| XYZ | 63.15 | 72.49 | 12.18 | - |
| YUV | 207.71 | 29.97 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 225 | 34 | 0 | 0.06 | 0.86 | 0.06 | 55.63 | 0.87 | 0.54 |
| Hex | F0 | E1 | 22 | 0 | 6 | 56 | 6 | 38 | 57 | 36 |
| Octal | 360 | 341 | 42 | 0 | 6 | 126 | 6 | 70 | 127 | 66 |
| Binary | 11110000 | 11100001 | 100010 | 0 | 110 | 1010110 | 110 | 111000 | 1010111 | 110110 |
Color Harmonies of #F0E122
Complementary color
Monochromatic Colors of #F0E122
Black with #F0E122
Text Example
Text Example
White with #F0E122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E122; }
p { color: rgb(240,225,34); }
H1.HeaderClassName
{
color: #F0E122;
}
.AnyTagClassName
{
color: #F0E122;
}
</style>
background-color css
<style>
a { background-color: #F0E122; }
a { background-color: rgb(240,225,34); }
div.DivClassName
{
background-color: #F0E122;
}
.BgClassName
{
background-color: #F0E122;
}
</style>
border-color css
<style>
span { border-color: #F0E122; }
span { border-color: rgb(240,225,34); }
td.TdClassName
{
border-color: #F0E122;
}
.TagClassName
{
border-color: #F0E122;
}
</style>