Shades of Golden Fizz #F3DB2A
Tints of Golden Fizz #F3DB2A
RGB
CMYK
RGB Variations
Color information
#F3DB2A (or 0xF3DB2A) is known color: Golden Fizz. HEX triplet: F3, DB and 2A. RGB value is (243,219,42). Sum of RGB (Red+Green+Blue) = 243+219+42=504 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.21% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 42 (16.80% from 255 or 8.33% from 504); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DB2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3DB2A is #0C24D5. Grayscale: #CECECE. Windows color (decimal): -795862 or 2808819. OLE color: 2808819.
HSL color Cylindrical-coordinate representation of color #F3DB2A: hue angle of 52.84º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F3DB2A is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 219 | 42 | - |
| CMYK | 0 | 0.10 | 0.83 | 0.05 |
| HSL | 52.84º | 0.89% | 0.56% | - |
| HSV(B) | 52.84º | 0.83% | 0.95% | - |
| XYZ | 62.71 | 69.88 | 12.37 | - |
| YUV | 206 | 35.45 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 219 | 42 | 0 | 0.10 | 0.83 | 0.05 | 52.84 | 0.89 | 0.56 |
| Hex | F3 | DB | 2A | 0 | A | 53 | 5 | 35 | 59 | 38 |
| Octal | 363 | 333 | 52 | 0 | 12 | 123 | 5 | 65 | 131 | 70 |
| Binary | 11110011 | 11011011 | 101010 | 0 | 1010 | 1010011 | 101 | 110101 | 1011001 | 111000 |
Color Harmonies of #F3DB2A
Complementary color
Monochromatic Colors of #F3DB2A
Black with #F3DB2A
Text Example
Text Example
White with #F3DB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DB2A; }
p { color: rgb(243,219,42); }
H1.HeaderClassName
{
color: #F3DB2A;
}
.AnyTagClassName
{
color: #F3DB2A;
}
</style>
background-color css
<style>
a { background-color: #F3DB2A; }
a { background-color: rgb(243,219,42); }
div.DivClassName
{
background-color: #F3DB2A;
}
.BgClassName
{
background-color: #F3DB2A;
}
</style>
border-color css
<style>
span { border-color: #F3DB2A; }
span { border-color: rgb(243,219,42); }
td.TdClassName
{
border-color: #F3DB2A;
}
.TagClassName
{
border-color: #F3DB2A;
}
</style>