Shades of Golden Fizz #F0F028
Tints of Golden Fizz #F0F028
RGB
CMYK
RGB Variations
Color information
#F0F028 (or 0xF0F028) is known color: Golden Fizz. HEX triplet: F0, F0 and 28. RGB value is (240,240,40). Sum of RGB (Red+Green+Blue) = 240+240+40=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 240 (94.14% from 255 or 46.15% from 520); Blue value is 40 (16.02% from 255 or 7.69% from 520); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F028 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F028 is #0F0FD7. Grayscale: #DADADA. Windows color (decimal): -987096 or 2683120. OLE color: 2683120.
HSL color Cylindrical-coordinate representation of color #F0F028: 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.83%. Process color model (Four color, CMYK) of #F0F028 is Cyan = 0, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 240 | 40 | - |
| CMYK | 0 | 0 | 0.83 | 0.06 |
| HSL | 60º | 0.87% | 0.55% | - |
| HSV(B) | 60º | 0.83% | 0.94% | - |
| XYZ | 67.48 | 81 | 14.09 | - |
| YUV | 217.2 | 28 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 240 | 40 | 0 | 0 | 0.83 | 0.06 | 60 | 0.87 | 0.55 |
| Hex | F0 | F0 | 28 | 0 | 0 | 53 | 6 | 3C | 57 | 37 |
| Octal | 360 | 360 | 50 | 0 | 0 | 123 | 6 | 74 | 127 | 67 |
| Binary | 11110000 | 11110000 | 101000 | 0 | 0 | 1010011 | 110 | 111100 | 1010111 | 110111 |
Color Harmonies of #F0F028
Complementary color
Monochromatic Colors of #F0F028
Black with #F0F028
Text Example
Text Example
White with #F0F028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F028; }
p { color: rgb(240,240,40); }
H1.HeaderClassName
{
color: #F0F028;
}
.AnyTagClassName
{
color: #F0F028;
}
</style>
background-color css
<style>
a { background-color: #F0F028; }
a { background-color: rgb(240,240,40); }
div.DivClassName
{
background-color: #F0F028;
}
.BgClassName
{
background-color: #F0F028;
}
</style>
border-color css
<style>
span { border-color: #F0F028; }
span { border-color: rgb(240,240,40); }
td.TdClassName
{
border-color: #F0F028;
}
.TagClassName
{
border-color: #F0F028;
}
</style>