Shades of Golden Fizz #F0F335
Tints of Golden Fizz #F0F335
RGB
CMYK
RGB Variations
Color information
#F0F335 (or 0xF0F335) is known color: Golden Fizz. HEX triplet: F0, F3 and 35. RGB value is (240,243,53). Sum of RGB (Red+Green+Blue) = 240+243+53=536 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.78% from 536); Green value is 243 (95.31% from 255 or 45.34% from 536); Blue value is 53 (21.09% from 255 or 9.89% from 536); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F335 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F335 is #0F0CCA. Grayscale: #DDDDDD. Windows color (decimal): -986315 or 3535856. OLE color: 3535856.
HSL color Cylindrical-coordinate representation of color #F0F335: hue angle of 60.95º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F0F335 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 243 | 53 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.05 |
| HSL | 60.95º | 0.89% | 0.58% | - |
| HSV(B) | 60.95º | 0.78% | 0.95% | - |
| XYZ | 68.63 | 82.88 | 15.75 | - |
| YUV | 220.44 | 33.51 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 243 | 53 | 0.01 | 0 | 0.78 | 0.05 | 60.95 | 0.89 | 0.58 |
| Hex | F0 | F3 | 35 | 1 | 0 | 4E | 5 | 3D | 59 | 3A |
| Octal | 360 | 363 | 65 | 1 | 0 | 116 | 5 | 75 | 131 | 72 |
| Binary | 11110000 | 11110011 | 110101 | 1 | 0 | 1001110 | 101 | 111101 | 1011001 | 111010 |
Color Harmonies of #F0F335
Complementary color
Monochromatic Colors of #F0F335
Black with #F0F335
Text Example
Text Example
White with #F0F335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F335; }
p { color: rgb(240,243,53); }
H1.HeaderClassName
{
color: #F0F335;
}
.AnyTagClassName
{
color: #F0F335;
}
</style>
background-color css
<style>
a { background-color: #F0F335; }
a { background-color: rgb(240,243,53); }
div.DivClassName
{
background-color: #F0F335;
}
.BgClassName
{
background-color: #F0F335;
}
</style>
border-color css
<style>
span { border-color: #F0F335; }
span { border-color: rgb(240,243,53); }
td.TdClassName
{
border-color: #F0F335;
}
.TagClassName
{
border-color: #F0F335;
}
</style>