Shades of Golden Fizz #F0F035
Tints of Golden Fizz #F0F035
RGB
CMYK
RGB Variations
Color information
#F0F035 (or 0xF0F035) is known color: Golden Fizz. HEX triplet: F0, F0 and 35. RGB value is (240,240,53). Sum of RGB (Red+Green+Blue) = 240+240+53=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 240 (94.14% from 255 or 45.03% from 533); Blue value is 53 (21.09% from 255 or 9.94% from 533); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F035 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F035 is #0F0FCA. Grayscale: #DBDBDB. Windows color (decimal): -987083 or 3535088. OLE color: 3535088.
HSL color Cylindrical-coordinate representation of color #F0F035: hue angle of 60º 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 #F0F035 is Cyan = 0, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 240 | 53 | - |
| CMYK | 0 | 0 | 0.78 | 0.06 |
| HSL | 60º | 0.86% | 0.57% | - |
| HSV(B) | 60º | 0.78% | 0.94% | - |
| XYZ | 67.74 | 81.1 | 15.45 | - |
| YUV | 218.68 | 34.5 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 240 | 53 | 0 | 0 | 0.78 | 0.06 | 60 | 0.86 | 0.57 |
| Hex | F0 | F0 | 35 | 0 | 0 | 4E | 6 | 3C | 56 | 39 |
| Octal | 360 | 360 | 65 | 0 | 0 | 116 | 6 | 74 | 126 | 71 |
| Binary | 11110000 | 11110000 | 110101 | 0 | 0 | 1001110 | 110 | 111100 | 1010110 | 111001 |
Color Harmonies of #F0F035
Complementary color
Monochromatic Colors of #F0F035
Black with #F0F035
Text Example
Text Example
White with #F0F035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F035; }
p { color: rgb(240,240,53); }
H1.HeaderClassName
{
color: #F0F035;
}
.AnyTagClassName
{
color: #F0F035;
}
</style>
background-color css
<style>
a { background-color: #F0F035; }
a { background-color: rgb(240,240,53); }
div.DivClassName
{
background-color: #F0F035;
}
.BgClassName
{
background-color: #F0F035;
}
</style>
border-color css
<style>
span { border-color: #F0F035; }
span { border-color: rgb(240,240,53); }
td.TdClassName
{
border-color: #F0F035;
}
.TagClassName
{
border-color: #F0F035;
}
</style>