Shades of Golden Fizz #F0F52F
Tints of Golden Fizz #F0F52F
RGB
CMYK
RGB Variations
Color information
#F0F52F (or 0xF0F52F) is known color: Golden Fizz. HEX triplet: F0, F5 and 2F. RGB value is (240,245,47). Sum of RGB (Red+Green+Blue) = 240+245+47=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 245 (96.09% from 255 or 46.05% from 532); Blue value is 47 (18.75% from 255 or 8.83% from 532); Max value from RGB is 245 - color contains mainly: green. Hex color #F0F52F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F52F is #0F0AD0. Grayscale: #DDDDDD. Windows color (decimal): -985809 or 3143152. OLE color: 3143152.
HSL color Cylindrical-coordinate representation of color #F0F52F: hue angle of 61.52º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F0F52F is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 245 | 47 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.04 |
| HSL | 61.52º | 0.91% | 0.57% | - |
| HSV(B) | 61.52º | 0.81% | 0.96% | - |
| XYZ | 69.1 | 84.04 | 15.27 | - |
| YUV | 220.93 | 29.84 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 245 | 47 | 0.02 | 0 | 0.81 | 0.04 | 61.52 | 0.91 | 0.57 |
| Hex | F0 | F5 | 2F | 2 | 0 | 51 | 4 | 3E | 5B | 39 |
| Octal | 360 | 365 | 57 | 2 | 0 | 121 | 4 | 76 | 133 | 71 |
| Binary | 11110000 | 11110101 | 101111 | 10 | 0 | 1010001 | 100 | 111110 | 1011011 | 111001 |
Color Harmonies of #F0F52F
Complementary color
Monochromatic Colors of #F0F52F
Black with #F0F52F
Text Example
Text Example
White with #F0F52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F52F; }
p { color: rgb(240,245,47); }
H1.HeaderClassName
{
color: #F0F52F;
}
.AnyTagClassName
{
color: #F0F52F;
}
</style>
background-color css
<style>
a { background-color: #F0F52F; }
a { background-color: rgb(240,245,47); }
div.DivClassName
{
background-color: #F0F52F;
}
.BgClassName
{
background-color: #F0F52F;
}
</style>
border-color css
<style>
span { border-color: #F0F52F; }
span { border-color: rgb(240,245,47); }
td.TdClassName
{
border-color: #F0F52F;
}
.TagClassName
{
border-color: #F0F52F;
}
</style>