Shades of Golden Fizz #F0F025
Tints of Golden Fizz #F0F025
RGB
CMYK
RGB Variations
Color information
#F0F025 (or 0xF0F025) is known color: Golden Fizz. HEX triplet: F0, F0 and 25. RGB value is (240,240,37). Sum of RGB (Red+Green+Blue) = 240+240+37=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 240 (94.14% from 255 or 46.42% from 517); Blue value is 37 (14.84% from 255 or 7.16% from 517); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F025 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F025 is #0F0FDA. Grayscale: #D9D9D9. Windows color (decimal): -987099 or 2486512. OLE color: 2486512.
HSL color Cylindrical-coordinate representation of color #F0F025: hue angle of 60º 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 #F0F025 is Cyan = 0, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 240 | 37 | - |
| CMYK | 0 | 0 | 0.85 | 0.06 |
| HSL | 60º | 0.87% | 0.54% | - |
| HSV(B) | 60º | 0.85% | 0.94% | - |
| XYZ | 67.43 | 80.98 | 13.83 | - |
| YUV | 216.86 | 26.5 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 240 | 37 | 0 | 0 | 0.85 | 0.06 | 60 | 0.87 | 0.54 |
| Hex | F0 | F0 | 25 | 0 | 0 | 55 | 6 | 3C | 57 | 36 |
| Octal | 360 | 360 | 45 | 0 | 0 | 125 | 6 | 74 | 127 | 66 |
| Binary | 11110000 | 11110000 | 100101 | 0 | 0 | 1010101 | 110 | 111100 | 1010111 | 110110 |
Color Harmonies of #F0F025
Complementary color
Monochromatic Colors of #F0F025
Black with #F0F025
Text Example
Text Example
White with #F0F025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F025; }
p { color: rgb(240,240,37); }
H1.HeaderClassName
{
color: #F0F025;
}
.AnyTagClassName
{
color: #F0F025;
}
</style>
background-color css
<style>
a { background-color: #F0F025; }
a { background-color: rgb(240,240,37); }
div.DivClassName
{
background-color: #F0F025;
}
.BgClassName
{
background-color: #F0F025;
}
</style>
border-color css
<style>
span { border-color: #F0F025; }
span { border-color: rgb(240,240,37); }
td.TdClassName
{
border-color: #F0F025;
}
.TagClassName
{
border-color: #F0F025;
}
</style>