Shades of Golden Fizz #F3DB34
Tints of Golden Fizz #F3DB34
RGB
CMYK
RGB Variations
Color information
#F3DB34 (or 0xF3DB34) is known color: Golden Fizz. HEX triplet: F3, DB and 34. RGB value is (243,219,52). Sum of RGB (Red+Green+Blue) = 243+219+52=514 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.28% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 52 (20.70% from 255 or 10.12% from 514); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DB34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3DB34 is #0C24CB. Grayscale: #CFCFCF. Windows color (decimal): -795852 or 3464179. OLE color: 3464179.
HSL color Cylindrical-coordinate representation of color #F3DB34: hue angle of 52.46º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F3DB34 is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 219 | 52 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.05 |
| HSL | 52.46º | 0.89% | 0.58% | - |
| HSV(B) | 52.46º | 0.79% | 0.95% | - |
| XYZ | 62.91 | 69.97 | 13.44 | - |
| YUV | 207.14 | 40.45 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 219 | 52 | 0 | 0.10 | 0.79 | 0.05 | 52.46 | 0.89 | 0.58 |
| Hex | F3 | DB | 34 | 0 | A | 4F | 5 | 34 | 59 | 3A |
| Octal | 363 | 333 | 64 | 0 | 12 | 117 | 5 | 64 | 131 | 72 |
| Binary | 11110011 | 11011011 | 110100 | 0 | 1010 | 1001111 | 101 | 110100 | 1011001 | 111010 |
Color Harmonies of #F3DB34
Complementary color
Monochromatic Colors of #F3DB34
Black with #F3DB34
Text Example
Text Example
White with #F3DB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DB34; }
p { color: rgb(243,219,52); }
H1.HeaderClassName
{
color: #F3DB34;
}
.AnyTagClassName
{
color: #F3DB34;
}
</style>
background-color css
<style>
a { background-color: #F3DB34; }
a { background-color: rgb(243,219,52); }
div.DivClassName
{
background-color: #F3DB34;
}
.BgClassName
{
background-color: #F3DB34;
}
</style>
border-color css
<style>
span { border-color: #F3DB34; }
span { border-color: rgb(243,219,52); }
td.TdClassName
{
border-color: #F3DB34;
}
.TagClassName
{
border-color: #F3DB34;
}
</style>