Shades of Golden Fizz #F0DA28
Tints of Golden Fizz #F0DA28
RGB
CMYK
RGB Variations
Color information
#F0DA28 (or 0xF0DA28) is known color: Golden Fizz. HEX triplet: F0, DA and 28. RGB value is (240,218,40). Sum of RGB (Red+Green+Blue) = 240+218+40=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 40 (16.02% from 255 or 8.03% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0DA28 is #0F25D7. Grayscale: #CDCDCD. Windows color (decimal): -992728 or 2677488. OLE color: 2677488.
HSL color Cylindrical-coordinate representation of color #F0DA28: hue angle of 53.4º 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 #F0DA28 is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 218 | 40 | - |
| CMYK | 0 | 0.09 | 0.83 | 0.06 |
| HSL | 53.4º | 0.87% | 0.55% | - |
| HSV(B) | 53.4º | 0.83% | 0.94% | - |
| XYZ | 61.39 | 68.82 | 12.06 | - |
| YUV | 204.29 | 35.29 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 218 | 40 | 0 | 0.09 | 0.83 | 0.06 | 53.4 | 0.87 | 0.55 |
| Hex | F0 | DA | 28 | 0 | 9 | 53 | 6 | 35 | 57 | 37 |
| Octal | 360 | 332 | 50 | 0 | 11 | 123 | 6 | 65 | 127 | 67 |
| Binary | 11110000 | 11011010 | 101000 | 0 | 1001 | 1010011 | 110 | 110101 | 1010111 | 110111 |
Color Harmonies of #F0DA28
Complementary color
Monochromatic Colors of #F0DA28
Black with #F0DA28
Text Example
Text Example
White with #F0DA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DA28; }
p { color: rgb(240,218,40); }
H1.HeaderClassName
{
color: #F0DA28;
}
.AnyTagClassName
{
color: #F0DA28;
}
</style>
background-color css
<style>
a { background-color: #F0DA28; }
a { background-color: rgb(240,218,40); }
div.DivClassName
{
background-color: #F0DA28;
}
.BgClassName
{
background-color: #F0DA28;
}
</style>
border-color css
<style>
span { border-color: #F0DA28; }
span { border-color: rgb(240,218,40); }
td.TdClassName
{
border-color: #F0DA28;
}
.TagClassName
{
border-color: #F0DA28;
}
</style>