Shades of Golden Fizz #F0EA32
Tints of Golden Fizz #F0EA32
RGB
CMYK
RGB Variations
Color information
#F0EA32 (or 0xF0EA32) is known color: Golden Fizz. HEX triplet: F0, EA and 32. RGB value is (240,234,50). Sum of RGB (Red+Green+Blue) = 240+234+50=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 234 (91.80% from 255 or 44.66% from 524); Blue value is 50 (19.92% from 255 or 9.54% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EA32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0EA32 is #0F15CD. Grayscale: #D7D7D7. Windows color (decimal): -988622 or 3336944. OLE color: 3336944.
HSL color Cylindrical-coordinate representation of color #F0EA32: hue angle of 58.11º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F0EA32 is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 234 | 50 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.06 |
| HSL | 58.11º | 0.86% | 0.57% | - |
| HSV(B) | 58.11º | 0.79% | 0.94% | - |
| XYZ | 65.93 | 77.6 | 14.52 | - |
| YUV | 214.82 | 34.99 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 234 | 50 | 0 | 0.02 | 0.79 | 0.06 | 58.11 | 0.86 | 0.57 |
| Hex | F0 | EA | 32 | 0 | 2 | 4F | 6 | 3A | 56 | 39 |
| Octal | 360 | 352 | 62 | 0 | 2 | 117 | 6 | 72 | 126 | 71 |
| Binary | 11110000 | 11101010 | 110010 | 0 | 10 | 1001111 | 110 | 111010 | 1010110 | 111001 |
Color Harmonies of #F0EA32
Complementary color
Monochromatic Colors of #F0EA32
Black with #F0EA32
Text Example
Text Example
White with #F0EA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EA32; }
p { color: rgb(240,234,50); }
H1.HeaderClassName
{
color: #F0EA32;
}
.AnyTagClassName
{
color: #F0EA32;
}
</style>
background-color css
<style>
a { background-color: #F0EA32; }
a { background-color: rgb(240,234,50); }
div.DivClassName
{
background-color: #F0EA32;
}
.BgClassName
{
background-color: #F0EA32;
}
</style>
border-color css
<style>
span { border-color: #F0EA32; }
span { border-color: rgb(240,234,50); }
td.TdClassName
{
border-color: #F0EA32;
}
.TagClassName
{
border-color: #F0EA32;
}
</style>