Shades of Golden Fizz #F3DB2F
Tints of Golden Fizz #F3DB2F
RGB
CMYK
RGB Variations
Color information
#F3DB2F (or 0xF3DB2F) is known color: Golden Fizz. HEX triplet: F3, DB and 2F. RGB value is (243,219,47). Sum of RGB (Red+Green+Blue) = 243+219+47=509 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.74% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 47 (18.75% from 255 or 9.23% from 509); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DB2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3DB2F is #0C24D0. Grayscale: #CFCFCF. Windows color (decimal): -795857 or 3136499. OLE color: 3136499.
HSL color Cylindrical-coordinate representation of color #F3DB2F: hue angle of 52.65º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F3DB2F is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 219 | 47 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.05 |
| HSL | 52.65º | 0.89% | 0.57% | - |
| HSV(B) | 52.65º | 0.81% | 0.95% | - |
| XYZ | 62.81 | 69.92 | 12.88 | - |
| YUV | 206.57 | 37.95 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 219 | 47 | 0 | 0.10 | 0.81 | 0.05 | 52.65 | 0.89 | 0.57 |
| Hex | F3 | DB | 2F | 0 | A | 51 | 5 | 35 | 59 | 39 |
| Octal | 363 | 333 | 57 | 0 | 12 | 121 | 5 | 65 | 131 | 71 |
| Binary | 11110011 | 11011011 | 101111 | 0 | 1010 | 1010001 | 101 | 110101 | 1011001 | 111001 |
Color Harmonies of #F3DB2F
Complementary color
Monochromatic Colors of #F3DB2F
Black with #F3DB2F
Text Example
Text Example
White with #F3DB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DB2F; }
p { color: rgb(243,219,47); }
H1.HeaderClassName
{
color: #F3DB2F;
}
.AnyTagClassName
{
color: #F3DB2F;
}
</style>
background-color css
<style>
a { background-color: #F3DB2F; }
a { background-color: rgb(243,219,47); }
div.DivClassName
{
background-color: #F3DB2F;
}
.BgClassName
{
background-color: #F3DB2F;
}
</style>
border-color css
<style>
span { border-color: #F3DB2F; }
span { border-color: rgb(243,219,47); }
td.TdClassName
{
border-color: #F3DB2F;
}
.TagClassName
{
border-color: #F3DB2F;
}
</style>