Shades of Golden Fizz #F0ED39
Tints of Golden Fizz #F0ED39
RGB
CMYK
RGB Variations
Color information
#F0ED39 (or 0xF0ED39) is known color: Golden Fizz. HEX triplet: F0, ED and 39. RGB value is (240,237,57). Sum of RGB (Red+Green+Blue) = 240+237+57=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 237 (92.97% from 255 or 44.38% from 534); Blue value is 57 (22.66% from 255 or 10.67% from 534); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ED39 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0ED39 is #0F12C6. Grayscale: #DADADA. Windows color (decimal): -987847 or 3796464. OLE color: 3796464.
HSL color Cylindrical-coordinate representation of color #F0ED39: hue angle of 59.02º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F0ED39 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 237 | 57 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.06 |
| HSL | 59.02º | 0.86% | 0.58% | - |
| HSV(B) | 59.02º | 0.76% | 0.94% | - |
| XYZ | 66.96 | 79.39 | 15.67 | - |
| YUV | 217.38 | 37.49 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 237 | 57 | 0 | 0.01 | 0.76 | 0.06 | 59.02 | 0.86 | 0.58 |
| Hex | F0 | ED | 39 | 0 | 1 | 4C | 6 | 3B | 56 | 3A |
| Octal | 360 | 355 | 71 | 0 | 1 | 114 | 6 | 73 | 126 | 72 |
| Binary | 11110000 | 11101101 | 111001 | 0 | 1 | 1001100 | 110 | 111011 | 1010110 | 111010 |
Color Harmonies of #F0ED39
Complementary color
Monochromatic Colors of #F0ED39
Black with #F0ED39
Text Example
Text Example
White with #F0ED39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ED39; }
p { color: rgb(240,237,57); }
H1.HeaderClassName
{
color: #F0ED39;
}
.AnyTagClassName
{
color: #F0ED39;
}
</style>
background-color css
<style>
a { background-color: #F0ED39; }
a { background-color: rgb(240,237,57); }
div.DivClassName
{
background-color: #F0ED39;
}
.BgClassName
{
background-color: #F0ED39;
}
</style>
border-color css
<style>
span { border-color: #F0ED39; }
span { border-color: rgb(240,237,57); }
td.TdClassName
{
border-color: #F0ED39;
}
.TagClassName
{
border-color: #F0ED39;
}
</style>