Shades of Golden Fizz #F0E03D
Tints of Golden Fizz #F0E03D
RGB
CMYK
RGB Variations
Color information
#F0E03D (or 0xF0E03D) is known color: Golden Fizz. HEX triplet: F0, E0 and 3D. RGB value is (240,224,61). Sum of RGB (Red+Green+Blue) = 240+224+61=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 224 (87.89% from 255 or 42.67% from 525); Blue value is 61 (24.22% from 255 or 11.62% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E03D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0E03D is #0F1FC2. Grayscale: #D2D2D2. Windows color (decimal): -991171 or 4055280. OLE color: 4055280.
HSL color Cylindrical-coordinate representation of color #F0E03D: hue angle of 54.64º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0E03D is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 224 | 61 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.06 |
| HSL | 54.64º | 0.86% | 0.59% | - |
| HSV(B) | 54.64º | 0.75% | 0.94% | - |
| XYZ | 63.43 | 72.17 | 15 | - |
| YUV | 210.2 | 43.8 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 224 | 61 | 0 | 0.07 | 0.75 | 0.06 | 54.64 | 0.86 | 0.59 |
| Hex | F0 | E0 | 3D | 0 | 7 | 4B | 6 | 37 | 56 | 3B |
| Octal | 360 | 340 | 75 | 0 | 7 | 113 | 6 | 67 | 126 | 73 |
| Binary | 11110000 | 11100000 | 111101 | 0 | 111 | 1001011 | 110 | 110111 | 1010110 | 111011 |
Color Harmonies of #F0E03D
Complementary color
Monochromatic Colors of #F0E03D
Black with #F0E03D
Text Example
Text Example
White with #F0E03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E03D; }
p { color: rgb(240,224,61); }
H1.HeaderClassName
{
color: #F0E03D;
}
.AnyTagClassName
{
color: #F0E03D;
}
</style>
background-color css
<style>
a { background-color: #F0E03D; }
a { background-color: rgb(240,224,61); }
div.DivClassName
{
background-color: #F0E03D;
}
.BgClassName
{
background-color: #F0E03D;
}
</style>
border-color css
<style>
span { border-color: #F0E03D; }
span { border-color: rgb(240,224,61); }
td.TdClassName
{
border-color: #F0E03D;
}
.TagClassName
{
border-color: #F0E03D;
}
</style>