Shades of Golden Fizz #F0EA25
Tints of Golden Fizz #F0EA25
RGB
CMYK
RGB Variations
Color information
#F0EA25 (or 0xF0EA25) is known color: Golden Fizz. HEX triplet: F0, EA and 25. RGB value is (240,234,37). Sum of RGB (Red+Green+Blue) = 240+234+37=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 234 (91.80% from 255 or 45.79% from 511); Blue value is 37 (14.84% from 255 or 7.24% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EA25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0EA25 is #0F15DA. Grayscale: #D6D6D6. Windows color (decimal): -988635 or 2484976. OLE color: 2484976.
HSL color Cylindrical-coordinate representation of color #F0EA25: hue angle of 58.23º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F0EA25 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 234 | 37 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.06 |
| HSL | 58.23º | 0.87% | 0.54% | - |
| HSV(B) | 58.23º | 0.85% | 0.94% | - |
| XYZ | 65.69 | 77.5 | 13.25 | - |
| YUV | 213.34 | 28.49 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 234 | 37 | 0 | 0.02 | 0.85 | 0.06 | 58.23 | 0.87 | 0.54 |
| Hex | F0 | EA | 25 | 0 | 2 | 55 | 6 | 3A | 57 | 36 |
| Octal | 360 | 352 | 45 | 0 | 2 | 125 | 6 | 72 | 127 | 66 |
| Binary | 11110000 | 11101010 | 100101 | 0 | 10 | 1010101 | 110 | 111010 | 1010111 | 110110 |
Color Harmonies of #F0EA25
Complementary color
Monochromatic Colors of #F0EA25
Black with #F0EA25
Text Example
Text Example
White with #F0EA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EA25; }
p { color: rgb(240,234,37); }
H1.HeaderClassName
{
color: #F0EA25;
}
.AnyTagClassName
{
color: #F0EA25;
}
</style>
background-color css
<style>
a { background-color: #F0EA25; }
a { background-color: rgb(240,234,37); }
div.DivClassName
{
background-color: #F0EA25;
}
.BgClassName
{
background-color: #F0EA25;
}
</style>
border-color css
<style>
span { border-color: #F0EA25; }
span { border-color: rgb(240,234,37); }
td.TdClassName
{
border-color: #F0EA25;
}
.TagClassName
{
border-color: #F0EA25;
}
</style>