Shades of Golden Fizz #F6DB2E
Tints of Golden Fizz #F6DB2E
RGB
CMYK
RGB Variations
Color information
#F6DB2E (or 0xF6DB2E) is known color: Golden Fizz. HEX triplet: F6, DB and 2E. RGB value is (246,219,46). Sum of RGB (Red+Green+Blue) = 246+219+46=511 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.14% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 46 (18.36% from 255 or 9.00% from 511); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DB2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6DB2E is #0924D1. Grayscale: #D0D0D0. Windows color (decimal): -599250 or 3070966. OLE color: 3070966.
HSL color Cylindrical-coordinate representation of color #F6DB2E: hue angle of 51.9º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F6DB2E is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 219 | 46 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.04 |
| HSL | 51.9º | 0.92% | 0.57% | - |
| HSV(B) | 51.9º | 0.81% | 0.96% | - |
| XYZ | 63.83 | 70.45 | 12.82 | - |
| YUV | 207.35 | 36.95 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 219 | 46 | 0 | 0.11 | 0.81 | 0.04 | 51.9 | 0.92 | 0.57 |
| Hex | F6 | DB | 2E | 0 | B | 51 | 4 | 34 | 5C | 39 |
| Octal | 366 | 333 | 56 | 0 | 13 | 121 | 4 | 64 | 134 | 71 |
| Binary | 11110110 | 11011011 | 101110 | 0 | 1011 | 1010001 | 100 | 110100 | 1011100 | 111001 |
Color Harmonies of #F6DB2E
Complementary color
Monochromatic Colors of #F6DB2E
Black with #F6DB2E
Text Example
Text Example
White with #F6DB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DB2E; }
p { color: rgb(246,219,46); }
H1.HeaderClassName
{
color: #F6DB2E;
}
.AnyTagClassName
{
color: #F6DB2E;
}
</style>
background-color css
<style>
a { background-color: #F6DB2E; }
a { background-color: rgb(246,219,46); }
div.DivClassName
{
background-color: #F6DB2E;
}
.BgClassName
{
background-color: #F6DB2E;
}
</style>
border-color css
<style>
span { border-color: #F6DB2E; }
span { border-color: rgb(246,219,46); }
td.TdClassName
{
border-color: #F6DB2E;
}
.TagClassName
{
border-color: #F6DB2E;
}
</style>