Shades of Golden Fizz #F6DE2D
Tints of Golden Fizz #F6DE2D
RGB
CMYK
RGB Variations
Color information
#F6DE2D (or 0xF6DE2D) is known color: Golden Fizz. HEX triplet: F6, DE and 2D. RGB value is (246,222,45). Sum of RGB (Red+Green+Blue) = 246+222+45=513 (67% of max value = 765). Red value is 246 (96.48% from 255 or 47.95% from 513); Green value is 222 (87.11% from 255 or 43.27% from 513); Blue value is 45 (17.97% from 255 or 8.77% from 513); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DE2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6DE2D is #0921D2. Grayscale: #D1D1D1. Windows color (decimal): -598483 or 3006198. OLE color: 3006198.
HSL color Cylindrical-coordinate representation of color #F6DE2D: hue angle of 52.84º 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 #F6DE2D is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 222 | 45 | - |
| CMYK | 0 | 0.10 | 0.82 | 0.04 |
| HSL | 52.84º | 0.92% | 0.57% | - |
| HSV(B) | 52.84º | 0.82% | 0.96% | - |
| XYZ | 64.6 | 72.02 | 12.98 | - |
| YUV | 209 | 35.45 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 222 | 45 | 0 | 0.10 | 0.82 | 0.04 | 52.84 | 0.92 | 0.57 |
| Hex | F6 | DE | 2D | 0 | A | 52 | 4 | 35 | 5C | 39 |
| Octal | 366 | 336 | 55 | 0 | 12 | 122 | 4 | 65 | 134 | 71 |
| Binary | 11110110 | 11011110 | 101101 | 0 | 1010 | 1010010 | 100 | 110101 | 1011100 | 111001 |
Color Harmonies of #F6DE2D
Complementary color
Monochromatic Colors of #F6DE2D
Black with #F6DE2D
Text Example
Text Example
White with #F6DE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DE2D; }
p { color: rgb(246,222,45); }
H1.HeaderClassName
{
color: #F6DE2D;
}
.AnyTagClassName
{
color: #F6DE2D;
}
</style>
background-color css
<style>
a { background-color: #F6DE2D; }
a { background-color: rgb(246,222,45); }
div.DivClassName
{
background-color: #F6DE2D;
}
.BgClassName
{
background-color: #F6DE2D;
}
</style>
border-color css
<style>
span { border-color: #F6DE2D; }
span { border-color: rgb(246,222,45); }
td.TdClassName
{
border-color: #F6DE2D;
}
.TagClassName
{
border-color: #F6DE2D;
}
</style>