Shades of Golden Fizz #F0F027
Tints of Golden Fizz #F0F027
RGB
CMYK
RGB Variations
Color information
#F0F027 (or 0xF0F027) is known color: Golden Fizz. HEX triplet: F0, F0 and 27. RGB value is (240,240,39). Sum of RGB (Red+Green+Blue) = 240+240+39=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 240 (94.14% from 255 or 46.24% from 519); Blue value is 39 (15.62% from 255 or 7.51% from 519); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F027 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F027 is #0F0FD8. Grayscale: #D9D9D9. Windows color (decimal): -987097 or 2617584. OLE color: 2617584.
HSL color Cylindrical-coordinate representation of color #F0F027: hue angle of 60º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F0F027 is Cyan = 0, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 240 | 39 | - |
| CMYK | 0 | 0 | 0.84 | 0.06 |
| HSL | 60º | 0.87% | 0.55% | - |
| HSV(B) | 60º | 0.84% | 0.94% | - |
| XYZ | 67.46 | 80.99 | 14 | - |
| YUV | 217.09 | 27.5 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 240 | 39 | 0 | 0 | 0.84 | 0.06 | 60 | 0.87 | 0.55 |
| Hex | F0 | F0 | 27 | 0 | 0 | 54 | 6 | 3C | 57 | 37 |
| Octal | 360 | 360 | 47 | 0 | 0 | 124 | 6 | 74 | 127 | 67 |
| Binary | 11110000 | 11110000 | 100111 | 0 | 0 | 1010100 | 110 | 111100 | 1010111 | 110111 |
Color Harmonies of #F0F027
Complementary color
Monochromatic Colors of #F0F027
Black with #F0F027
Text Example
Text Example
White with #F0F027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F027; }
p { color: rgb(240,240,39); }
H1.HeaderClassName
{
color: #F0F027;
}
.AnyTagClassName
{
color: #F0F027;
}
</style>
background-color css
<style>
a { background-color: #F0F027; }
a { background-color: rgb(240,240,39); }
div.DivClassName
{
background-color: #F0F027;
}
.BgClassName
{
background-color: #F0F027;
}
</style>
border-color css
<style>
span { border-color: #F0F027; }
span { border-color: rgb(240,240,39); }
td.TdClassName
{
border-color: #F0F027;
}
.TagClassName
{
border-color: #F0F027;
}
</style>