Shades of Golden Fizz #F0F235
Tints of Golden Fizz #F0F235
RGB
CMYK
RGB Variations
Color information
#F0F235 (or 0xF0F235) is known color: Golden Fizz. HEX triplet: F0, F2 and 35. RGB value is (240,242,53). Sum of RGB (Red+Green+Blue) = 240+242+53=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 242 (94.92% from 255 or 45.23% from 535); Blue value is 53 (21.09% from 255 or 9.91% from 535); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F235 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F235 is #0F0DCA. Grayscale: #DCDCDC. Windows color (decimal): -986571 or 3535600. OLE color: 3535600.
HSL color Cylindrical-coordinate representation of color #F0F235: hue angle of 60.63º degrees, saturation: 0.88, 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 #F0F235 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 242 | 53 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.05 |
| HSL | 60.63º | 0.88% | 0.58% | - |
| HSV(B) | 60.63º | 0.78% | 0.95% | - |
| XYZ | 68.33 | 82.29 | 15.65 | - |
| YUV | 219.86 | 33.84 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 242 | 53 | 0.01 | 0 | 0.78 | 0.05 | 60.63 | 0.88 | 0.58 |
| Hex | F0 | F2 | 35 | 1 | 0 | 4E | 5 | 3D | 58 | 3A |
| Octal | 360 | 362 | 65 | 1 | 0 | 116 | 5 | 75 | 130 | 72 |
| Binary | 11110000 | 11110010 | 110101 | 1 | 0 | 1001110 | 101 | 111101 | 1011000 | 111010 |
Color Harmonies of #F0F235
Complementary color
Monochromatic Colors of #F0F235
Black with #F0F235
Text Example
Text Example
White with #F0F235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F235; }
p { color: rgb(240,242,53); }
H1.HeaderClassName
{
color: #F0F235;
}
.AnyTagClassName
{
color: #F0F235;
}
</style>
background-color css
<style>
a { background-color: #F0F235; }
a { background-color: rgb(240,242,53); }
div.DivClassName
{
background-color: #F0F235;
}
.BgClassName
{
background-color: #F0F235;
}
</style>
border-color css
<style>
span { border-color: #F0F235; }
span { border-color: rgb(240,242,53); }
td.TdClassName
{
border-color: #F0F235;
}
.TagClassName
{
border-color: #F0F235;
}
</style>