Shades of Golden Fizz #F0DD3A
Tints of Golden Fizz #F0DD3A
RGB
CMYK
RGB Variations
Color information
#F0DD3A (or 0xF0DD3A) is known color: Golden Fizz. HEX triplet: F0, DD and 3A. RGB value is (240,221,58). Sum of RGB (Red+Green+Blue) = 240+221+58=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 58 (23.05% from 255 or 11.18% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DD3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0DD3A is #0F22C5. Grayscale: #D0D0D0. Windows color (decimal): -991942 or 3857904. OLE color: 3857904.
HSL color Cylindrical-coordinate representation of color #F0DD3A: hue angle of 53.74º 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 #F0DD3A is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 221 | 58 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.06 |
| HSL | 53.74º | 0.86% | 0.58% | - |
| HSV(B) | 53.74º | 0.76% | 0.94% | - |
| XYZ | 62.56 | 70.54 | 14.32 | - |
| YUV | 208.1 | 43.29 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 221 | 58 | 0 | 0.08 | 0.76 | 0.06 | 53.74 | 0.86 | 0.58 |
| Hex | F0 | DD | 3A | 0 | 8 | 4C | 6 | 36 | 56 | 3A |
| Octal | 360 | 335 | 72 | 0 | 10 | 114 | 6 | 66 | 126 | 72 |
| Binary | 11110000 | 11011101 | 111010 | 0 | 1000 | 1001100 | 110 | 110110 | 1010110 | 111010 |
Color Harmonies of #F0DD3A
Complementary color
Monochromatic Colors of #F0DD3A
Black with #F0DD3A
Text Example
Text Example
White with #F0DD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DD3A; }
p { color: rgb(240,221,58); }
H1.HeaderClassName
{
color: #F0DD3A;
}
.AnyTagClassName
{
color: #F0DD3A;
}
</style>
background-color css
<style>
a { background-color: #F0DD3A; }
a { background-color: rgb(240,221,58); }
div.DivClassName
{
background-color: #F0DD3A;
}
.BgClassName
{
background-color: #F0DD3A;
}
</style>
border-color css
<style>
span { border-color: #F0DD3A; }
span { border-color: rgb(240,221,58); }
td.TdClassName
{
border-color: #F0DD3A;
}
.TagClassName
{
border-color: #F0DD3A;
}
</style>