Shades of Golden Fizz #F6DD2D
Tints of Golden Fizz #F6DD2D
RGB
CMYK
RGB Variations
Color information
#F6DD2D (or 0xF6DD2D) is known color: Golden Fizz. HEX triplet: F6, DD and 2D. RGB value is (246,221,45). Sum of RGB (Red+Green+Blue) = 246+221+45=512 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.05% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 45 (17.97% from 255 or 8.79% from 512); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DD2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6DD2D is #0922D2. Grayscale: #D1D1D1. Windows color (decimal): -598739 or 3005942. OLE color: 3005942.
HSL color Cylindrical-coordinate representation of color #F6DD2D: hue angle of 52.54º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F6DD2D is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 221 | 45 | - |
| CMYK | 0 | 0.10 | 0.82 | 0.04 |
| HSL | 52.54º | 0.92% | 0.57% | - |
| HSV(B) | 52.54º | 0.82% | 0.96% | - |
| XYZ | 64.34 | 71.5 | 12.89 | - |
| YUV | 208.41 | 35.78 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 221 | 45 | 0 | 0.10 | 0.82 | 0.04 | 52.54 | 0.92 | 0.57 |
| Hex | F6 | DD | 2D | 0 | A | 52 | 4 | 35 | 5C | 39 |
| Octal | 366 | 335 | 55 | 0 | 12 | 122 | 4 | 65 | 134 | 71 |
| Binary | 11110110 | 11011101 | 101101 | 0 | 1010 | 1010010 | 100 | 110101 | 1011100 | 111001 |
Color Harmonies of #F6DD2D
Complementary color
Monochromatic Colors of #F6DD2D
Black with #F6DD2D
Text Example
Text Example
White with #F6DD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DD2D; }
p { color: rgb(246,221,45); }
H1.HeaderClassName
{
color: #F6DD2D;
}
.AnyTagClassName
{
color: #F6DD2D;
}
</style>
background-color css
<style>
a { background-color: #F6DD2D; }
a { background-color: rgb(246,221,45); }
div.DivClassName
{
background-color: #F6DD2D;
}
.BgClassName
{
background-color: #F6DD2D;
}
</style>
border-color css
<style>
span { border-color: #F6DD2D; }
span { border-color: rgb(246,221,45); }
td.TdClassName
{
border-color: #F6DD2D;
}
.TagClassName
{
border-color: #F6DD2D;
}
</style>