Shades of Golden Fizz #F0F527
Tints of Golden Fizz #F0F527
RGB
CMYK
RGB Variations
Color information
#F0F527 (or 0xF0F527) is known color: Golden Fizz. HEX triplet: F0, F5 and 27. RGB value is (240,245,39). Sum of RGB (Red+Green+Blue) = 240+245+39=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 245 (96.09% from 255 or 46.76% from 524); Blue value is 39 (15.62% from 255 or 7.44% from 524); Max value from RGB is 245 - color contains mainly: green. Hex color #F0F527 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F527 is #0F0AD8. Grayscale: #DCDCDC. Windows color (decimal): -985817 or 2618864. OLE color: 2618864.
HSL color Cylindrical-coordinate representation of color #F0F527: hue angle of 61.46º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F0F527 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 245 | 39 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.04 |
| HSL | 61.46º | 0.91% | 0.56% | - |
| HSV(B) | 61.46º | 0.84% | 0.96% | - |
| XYZ | 68.95 | 83.98 | 14.49 | - |
| YUV | 220.02 | 25.84 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 245 | 39 | 0.02 | 0 | 0.84 | 0.04 | 61.46 | 0.91 | 0.56 |
| Hex | F0 | F5 | 27 | 2 | 0 | 54 | 4 | 3D | 5B | 38 |
| Octal | 360 | 365 | 47 | 2 | 0 | 124 | 4 | 75 | 133 | 70 |
| Binary | 11110000 | 11110101 | 100111 | 10 | 0 | 1010100 | 100 | 111101 | 1011011 | 111000 |
Color Harmonies of #F0F527
Complementary color
Monochromatic Colors of #F0F527
Black with #F0F527
Text Example
Text Example
White with #F0F527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F527; }
p { color: rgb(240,245,39); }
H1.HeaderClassName
{
color: #F0F527;
}
.AnyTagClassName
{
color: #F0F527;
}
</style>
background-color css
<style>
a { background-color: #F0F527; }
a { background-color: rgb(240,245,39); }
div.DivClassName
{
background-color: #F0F527;
}
.BgClassName
{
background-color: #F0F527;
}
</style>
border-color css
<style>
span { border-color: #F0F527; }
span { border-color: rgb(240,245,39); }
td.TdClassName
{
border-color: #F0F527;
}
.TagClassName
{
border-color: #F0F527;
}
</style>