Shades of Golden Fizz #F3DB2D
Tints of Golden Fizz #F3DB2D
RGB
CMYK
RGB Variations
Color information
#F3DB2D (or 0xF3DB2D) is known color: Golden Fizz. HEX triplet: F3, DB and 2D. RGB value is (243,219,45). Sum of RGB (Red+Green+Blue) = 243+219+45=507 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.93% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 45 (17.97% from 255 or 8.88% from 507); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DB2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3DB2D is #0C24D2. Grayscale: #CFCFCF. Windows color (decimal): -795859 or 3005427. OLE color: 3005427.
HSL color Cylindrical-coordinate representation of color #F3DB2D: hue angle of 52.73º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F3DB2D is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 219 | 45 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.05 |
| HSL | 52.73º | 0.89% | 0.56% | - |
| HSV(B) | 52.73º | 0.81% | 0.95% | - |
| XYZ | 62.77 | 69.91 | 12.67 | - |
| YUV | 206.34 | 36.95 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 219 | 45 | 0 | 0.10 | 0.81 | 0.05 | 52.73 | 0.89 | 0.56 |
| Hex | F3 | DB | 2D | 0 | A | 51 | 5 | 35 | 59 | 38 |
| Octal | 363 | 333 | 55 | 0 | 12 | 121 | 5 | 65 | 131 | 70 |
| Binary | 11110011 | 11011011 | 101101 | 0 | 1010 | 1010001 | 101 | 110101 | 1011001 | 111000 |
Color Harmonies of #F3DB2D
Complementary color
Monochromatic Colors of #F3DB2D
Black with #F3DB2D
Text Example
Text Example
White with #F3DB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DB2D; }
p { color: rgb(243,219,45); }
H1.HeaderClassName
{
color: #F3DB2D;
}
.AnyTagClassName
{
color: #F3DB2D;
}
</style>
background-color css
<style>
a { background-color: #F3DB2D; }
a { background-color: rgb(243,219,45); }
div.DivClassName
{
background-color: #F3DB2D;
}
.BgClassName
{
background-color: #F3DB2D;
}
</style>
border-color css
<style>
span { border-color: #F3DB2D; }
span { border-color: rgb(243,219,45); }
td.TdClassName
{
border-color: #F3DB2D;
}
.TagClassName
{
border-color: #F3DB2D;
}
</style>