Shades of Golden Fizz #F6DC2D
Tints of Golden Fizz #F6DC2D
RGB
CMYK
RGB Variations
Color information
#F6DC2D (or 0xF6DC2D) is known color: Golden Fizz. HEX triplet: F6, DC and 2D. RGB value is (246,220,45). Sum of RGB (Red+Green+Blue) = 246+220+45=511 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.14% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 45 (17.97% from 255 or 8.81% from 511); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DC2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6DC2D is #0923D2. Grayscale: #D0D0D0. Windows color (decimal): -598995 or 3005686. OLE color: 3005686.
HSL color Cylindrical-coordinate representation of color #F6DC2D: hue angle of 52.24º 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 #F6DC2D is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 220 | 45 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.04 |
| HSL | 52.24º | 0.92% | 0.57% | - |
| HSV(B) | 52.24º | 0.82% | 0.96% | - |
| XYZ | 64.07 | 70.97 | 12.8 | - |
| YUV | 207.82 | 36.11 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 220 | 45 | 0 | 0.11 | 0.82 | 0.04 | 52.24 | 0.92 | 0.57 |
| Hex | F6 | DC | 2D | 0 | B | 52 | 4 | 34 | 5C | 39 |
| Octal | 366 | 334 | 55 | 0 | 13 | 122 | 4 | 64 | 134 | 71 |
| Binary | 11110110 | 11011100 | 101101 | 0 | 1011 | 1010010 | 100 | 110100 | 1011100 | 111001 |
Color Harmonies of #F6DC2D
Complementary color
Monochromatic Colors of #F6DC2D
Black with #F6DC2D
Text Example
Text Example
White with #F6DC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DC2D; }
p { color: rgb(246,220,45); }
H1.HeaderClassName
{
color: #F6DC2D;
}
.AnyTagClassName
{
color: #F6DC2D;
}
</style>
background-color css
<style>
a { background-color: #F6DC2D; }
a { background-color: rgb(246,220,45); }
div.DivClassName
{
background-color: #F6DC2D;
}
.BgClassName
{
background-color: #F6DC2D;
}
</style>
border-color css
<style>
span { border-color: #F6DC2D; }
span { border-color: rgb(246,220,45); }
td.TdClassName
{
border-color: #F6DC2D;
}
.TagClassName
{
border-color: #F6DC2D;
}
</style>