Shades of Golden Fizz #F0ED28
Tints of Golden Fizz #F0ED28
RGB
CMYK
RGB Variations
Color information
#F0ED28 (or 0xF0ED28) is known color: Golden Fizz. HEX triplet: F0, ED and 28. RGB value is (240,237,40). Sum of RGB (Red+Green+Blue) = 240+237+40=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 237 (92.97% from 255 or 45.84% from 517); Blue value is 40 (16.02% from 255 or 7.74% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ED28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0ED28 is #0F12D7. Grayscale: #D8D8D8. Windows color (decimal): -987864 or 2682352. OLE color: 2682352.
HSL color Cylindrical-coordinate representation of color #F0ED28: hue angle of 59.1º 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 #F0ED28 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 237 | 40 | - |
| CMYK | 0 | 0.01 | 0.83 | 0.06 |
| HSL | 59.1º | 0.87% | 0.55% | - |
| HSV(B) | 59.1º | 0.83% | 0.94% | - |
| XYZ | 66.6 | 79.25 | 13.79 | - |
| YUV | 215.44 | 28.99 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 237 | 40 | 0 | 0.01 | 0.83 | 0.06 | 59.1 | 0.87 | 0.55 |
| Hex | F0 | ED | 28 | 0 | 1 | 53 | 6 | 3B | 57 | 37 |
| Octal | 360 | 355 | 50 | 0 | 1 | 123 | 6 | 73 | 127 | 67 |
| Binary | 11110000 | 11101101 | 101000 | 0 | 1 | 1010011 | 110 | 111011 | 1010111 | 110111 |
Color Harmonies of #F0ED28
Complementary color
Monochromatic Colors of #F0ED28
Black with #F0ED28
Text Example
Text Example
White with #F0ED28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ED28; }
p { color: rgb(240,237,40); }
H1.HeaderClassName
{
color: #F0ED28;
}
.AnyTagClassName
{
color: #F0ED28;
}
</style>
background-color css
<style>
a { background-color: #F0ED28; }
a { background-color: rgb(240,237,40); }
div.DivClassName
{
background-color: #F0ED28;
}
.BgClassName
{
background-color: #F0ED28;
}
</style>
border-color css
<style>
span { border-color: #F0ED28; }
span { border-color: rgb(240,237,40); }
td.TdClassName
{
border-color: #F0ED28;
}
.TagClassName
{
border-color: #F0ED28;
}
</style>