Shades of Golden Fizz #F0DD1F
Tints of Golden Fizz #F0DD1F
RGB
CMYK
RGB Variations
Color information
#F0DD1F (or 0xF0DD1F) is known color: Golden Fizz. HEX triplet: F0, DD and 1F. RGB value is (240,221,31). Sum of RGB (Red+Green+Blue) = 240+221+31=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 31 (12.5% from 255 or 6.30% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DD1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0DD1F is #0F22E0. Grayscale: #CDCDCD. Windows color (decimal): -991969 or 2088432. OLE color: 2088432.
HSL color Cylindrical-coordinate representation of color #F0DD1F: hue angle of 54.55º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F0DD1F is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 221 | 31 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.06 |
| HSL | 54.55º | 0.87% | 0.53% | - |
| HSV(B) | 54.55º | 0.87% | 0.94% | - |
| XYZ | 62.04 | 70.34 | 11.6 | - |
| YUV | 205.02 | 29.79 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 221 | 31 | 0 | 0.08 | 0.87 | 0.06 | 54.55 | 0.87 | 0.53 |
| Hex | F0 | DD | 1F | 0 | 8 | 57 | 6 | 37 | 57 | 35 |
| Octal | 360 | 335 | 37 | 0 | 10 | 127 | 6 | 67 | 127 | 65 |
| Binary | 11110000 | 11011101 | 11111 | 0 | 1000 | 1010111 | 110 | 110111 | 1010111 | 110101 |
Color Harmonies of #F0DD1F
Complementary color
Monochromatic Colors of #F0DD1F
Black with #F0DD1F
Text Example
Text Example
White with #F0DD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DD1F; }
p { color: rgb(240,221,31); }
H1.HeaderClassName
{
color: #F0DD1F;
}
.AnyTagClassName
{
color: #F0DD1F;
}
</style>
background-color css
<style>
a { background-color: #F0DD1F; }
a { background-color: rgb(240,221,31); }
div.DivClassName
{
background-color: #F0DD1F;
}
.BgClassName
{
background-color: #F0DD1F;
}
</style>
border-color css
<style>
span { border-color: #F0DD1F; }
span { border-color: rgb(240,221,31); }
td.TdClassName
{
border-color: #F0DD1F;
}
.TagClassName
{
border-color: #F0DD1F;
}
</style>