Shades of Golden Fizz #F0F435
Tints of Golden Fizz #F0F435
RGB
CMYK
RGB Variations
Color information
#F0F435 (or 0xF0F435) is known color: Golden Fizz. HEX triplet: F0, F4 and 35. RGB value is (240,244,53). Sum of RGB (Red+Green+Blue) = 240+244+53=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 244 (95.70% from 255 or 45.44% from 537); Blue value is 53 (21.09% from 255 or 9.87% from 537); Max value from RGB is 244 - color contains mainly: green. Hex color #F0F435 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F435 is #0F0BCA. Grayscale: #DDDDDD. Windows color (decimal): -986059 or 3536112. OLE color: 3536112.
HSL color Cylindrical-coordinate representation of color #F0F435: hue angle of 61.26º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F0F435 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 244 | 53 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.04 |
| HSL | 61.26º | 0.9% | 0.58% | - |
| HSV(B) | 61.26º | 0.78% | 0.96% | - |
| XYZ | 68.93 | 83.48 | 15.85 | - |
| YUV | 221.03 | 33.17 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 244 | 53 | 0.02 | 0 | 0.78 | 0.04 | 61.26 | 0.9 | 0.58 |
| Hex | F0 | F4 | 35 | 2 | 0 | 4E | 4 | 3D | 5A | 3A |
| Octal | 360 | 364 | 65 | 2 | 0 | 116 | 4 | 75 | 132 | 72 |
| Binary | 11110000 | 11110100 | 110101 | 10 | 0 | 1001110 | 100 | 111101 | 1011010 | 111010 |
Color Harmonies of #F0F435
Complementary color
Monochromatic Colors of #F0F435
Black with #F0F435
Text Example
Text Example
White with #F0F435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F435; }
p { color: rgb(240,244,53); }
H1.HeaderClassName
{
color: #F0F435;
}
.AnyTagClassName
{
color: #F0F435;
}
</style>
background-color css
<style>
a { background-color: #F0F435; }
a { background-color: rgb(240,244,53); }
div.DivClassName
{
background-color: #F0F435;
}
.BgClassName
{
background-color: #F0F435;
}
</style>
border-color css
<style>
span { border-color: #F0F435; }
span { border-color: rgb(240,244,53); }
td.TdClassName
{
border-color: #F0F435;
}
.TagClassName
{
border-color: #F0F435;
}
</style>