Shades of Golden Fizz #F6DB2B
Tints of Golden Fizz #F6DB2B
RGB
CMYK
RGB Variations
Color information
#F6DB2B (or 0xF6DB2B) is known color: Golden Fizz. HEX triplet: F6, DB and 2B. RGB value is (246,219,43). Sum of RGB (Red+Green+Blue) = 246+219+43=508 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.43% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 43 (17.19% from 255 or 8.46% from 508); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DB2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6DB2B is #0924D4. Grayscale: #CFCFCF. Windows color (decimal): -599253 or 2874358. OLE color: 2874358.
HSL color Cylindrical-coordinate representation of color #F6DB2B: hue angle of 52.02º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F6DB2B is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 219 | 43 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.04 |
| HSL | 52.02º | 0.92% | 0.57% | - |
| HSV(B) | 52.02º | 0.83% | 0.96% | - |
| XYZ | 63.77 | 70.43 | 12.52 | - |
| YUV | 207.01 | 35.45 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 219 | 43 | 0 | 0.11 | 0.83 | 0.04 | 52.02 | 0.92 | 0.57 |
| Hex | F6 | DB | 2B | 0 | B | 53 | 4 | 34 | 5C | 39 |
| Octal | 366 | 333 | 53 | 0 | 13 | 123 | 4 | 64 | 134 | 71 |
| Binary | 11110110 | 11011011 | 101011 | 0 | 1011 | 1010011 | 100 | 110100 | 1011100 | 111001 |
Color Harmonies of #F6DB2B
Complementary color
Monochromatic Colors of #F6DB2B
Black with #F6DB2B
Text Example
Text Example
White with #F6DB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DB2B; }
p { color: rgb(246,219,43); }
H1.HeaderClassName
{
color: #F6DB2B;
}
.AnyTagClassName
{
color: #F6DB2B;
}
</style>
background-color css
<style>
a { background-color: #F6DB2B; }
a { background-color: rgb(246,219,43); }
div.DivClassName
{
background-color: #F6DB2B;
}
.BgClassName
{
background-color: #F6DB2B;
}
</style>
border-color css
<style>
span { border-color: #F6DB2B; }
span { border-color: rgb(246,219,43); }
td.TdClassName
{
border-color: #F6DB2B;
}
.TagClassName
{
border-color: #F6DB2B;
}
</style>