Shades of Golden Fizz #F0E82D
Tints of Golden Fizz #F0E82D
RGB
CMYK
RGB Variations
Color information
#F0E82D (or 0xF0E82D) is known color: Golden Fizz. HEX triplet: F0, E8 and 2D. RGB value is (240,232,45). Sum of RGB (Red+Green+Blue) = 240+232+45=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 232 (91.02% from 255 or 44.87% from 517); Blue value is 45 (17.97% from 255 or 8.70% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E82D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0E82D is #0F17D2. Grayscale: #D5D5D5. Windows color (decimal): -989139 or 3008752. OLE color: 3008752.
HSL color Cylindrical-coordinate representation of color #F0E82D: hue angle of 57.54º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F0E82D is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 232 | 45 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.06 |
| HSL | 57.54º | 0.87% | 0.56% | - |
| HSV(B) | 57.54º | 0.81% | 0.94% | - |
| XYZ | 65.27 | 76.43 | 13.79 | - |
| YUV | 213.07 | 33.15 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 232 | 45 | 0 | 0.03 | 0.81 | 0.06 | 57.54 | 0.87 | 0.56 |
| Hex | F0 | E8 | 2D | 0 | 3 | 51 | 6 | 3A | 57 | 38 |
| Octal | 360 | 350 | 55 | 0 | 3 | 121 | 6 | 72 | 127 | 70 |
| Binary | 11110000 | 11101000 | 101101 | 0 | 11 | 1010001 | 110 | 111010 | 1010111 | 111000 |
Color Harmonies of #F0E82D
Complementary color
Monochromatic Colors of #F0E82D
Black with #F0E82D
Text Example
Text Example
White with #F0E82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E82D; }
p { color: rgb(240,232,45); }
H1.HeaderClassName
{
color: #F0E82D;
}
.AnyTagClassName
{
color: #F0E82D;
}
</style>
background-color css
<style>
a { background-color: #F0E82D; }
a { background-color: rgb(240,232,45); }
div.DivClassName
{
background-color: #F0E82D;
}
.BgClassName
{
background-color: #F0E82D;
}
</style>
border-color css
<style>
span { border-color: #F0E82D; }
span { border-color: rgb(240,232,45); }
td.TdClassName
{
border-color: #F0E82D;
}
.TagClassName
{
border-color: #F0E82D;
}
</style>