Shades of Golden Fizz #F3DB30
Tints of Golden Fizz #F3DB30
RGB
CMYK
RGB Variations
Color information
#F3DB30 (or 0xF3DB30) is known color: Golden Fizz. HEX triplet: F3, DB and 30. RGB value is (243,219,48). Sum of RGB (Red+Green+Blue) = 243+219+48=510 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.65% from 510); Green value is 219 (85.94% from 255 or 42.94% from 510); Blue value is 48 (19.14% from 255 or 9.41% from 510); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DB30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3DB30 is #0C24CF. Grayscale: #CFCFCF. Windows color (decimal): -795856 or 3202035. OLE color: 3202035.
HSL color Cylindrical-coordinate representation of color #F3DB30: hue angle of 52.62º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F3DB30 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 219 | 48 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.05 |
| HSL | 52.62º | 0.89% | 0.57% | - |
| HSV(B) | 52.62º | 0.8% | 0.95% | - |
| XYZ | 62.83 | 69.93 | 12.98 | - |
| YUV | 206.68 | 38.45 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 219 | 48 | 0 | 0.10 | 0.80 | 0.05 | 52.62 | 0.89 | 0.57 |
| Hex | F3 | DB | 30 | 0 | A | 50 | 5 | 35 | 59 | 39 |
| Octal | 363 | 333 | 60 | 0 | 12 | 120 | 5 | 65 | 131 | 71 |
| Binary | 11110011 | 11011011 | 110000 | 0 | 1010 | 1010000 | 101 | 110101 | 1011001 | 111001 |
Color Harmonies of #F3DB30
Complementary color
Monochromatic Colors of #F3DB30
Black with #F3DB30
Text Example
Text Example
White with #F3DB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DB30; }
p { color: rgb(243,219,48); }
H1.HeaderClassName
{
color: #F3DB30;
}
.AnyTagClassName
{
color: #F3DB30;
}
</style>
background-color css
<style>
a { background-color: #F3DB30; }
a { background-color: rgb(243,219,48); }
div.DivClassName
{
background-color: #F3DB30;
}
.BgClassName
{
background-color: #F3DB30;
}
</style>
border-color css
<style>
span { border-color: #F3DB30; }
span { border-color: rgb(243,219,48); }
td.TdClassName
{
border-color: #F3DB30;
}
.TagClassName
{
border-color: #F3DB30;
}
</style>