Shades of Golden Fizz #F3DC37
Tints of Golden Fizz #F3DC37
RGB
CMYK
RGB Variations
Color information
#F3DC37 (or 0xF3DC37) is known color: Golden Fizz. HEX triplet: F3, DC and 37. RGB value is (243,220,55). Sum of RGB (Red+Green+Blue) = 243+220+55=518 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.91% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 55 (21.88% from 255 or 10.62% from 518); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DC37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3DC37 is #0C23C8. Grayscale: #D0D0D0. Windows color (decimal): -795593 or 3661043. OLE color: 3661043.
HSL color Cylindrical-coordinate representation of color #F3DC37: hue angle of 52.66º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F3DC37 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 220 | 55 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.05 |
| HSL | 52.66º | 0.89% | 0.58% | - |
| HSV(B) | 52.66º | 0.77% | 0.95% | - |
| XYZ | 63.24 | 70.52 | 13.89 | - |
| YUV | 208.07 | 41.62 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 220 | 55 | 0 | 0.09 | 0.77 | 0.05 | 52.66 | 0.89 | 0.58 |
| Hex | F3 | DC | 37 | 0 | 9 | 4D | 5 | 35 | 59 | 3A |
| Octal | 363 | 334 | 67 | 0 | 11 | 115 | 5 | 65 | 131 | 72 |
| Binary | 11110011 | 11011100 | 110111 | 0 | 1001 | 1001101 | 101 | 110101 | 1011001 | 111010 |
Color Harmonies of #F3DC37
Complementary color
Monochromatic Colors of #F3DC37
Black with #F3DC37
Text Example
Text Example
White with #F3DC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DC37; }
p { color: rgb(243,220,55); }
H1.HeaderClassName
{
color: #F3DC37;
}
.AnyTagClassName
{
color: #F3DC37;
}
</style>
background-color css
<style>
a { background-color: #F3DC37; }
a { background-color: rgb(243,220,55); }
div.DivClassName
{
background-color: #F3DC37;
}
.BgClassName
{
background-color: #F3DC37;
}
</style>
border-color css
<style>
span { border-color: #F3DC37; }
span { border-color: rgb(243,220,55); }
td.TdClassName
{
border-color: #F3DC37;
}
.TagClassName
{
border-color: #F3DC37;
}
</style>