Shades of Golden Fizz #F2DB37
Tints of Golden Fizz #F2DB37
RGB
CMYK
RGB Variations
Color information
#F2DB37 (or 0xF2DB37) is known color: Golden Fizz. HEX triplet: F2, DB and 37. RGB value is (242,219,55). Sum of RGB (Red+Green+Blue) = 242+219+55=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 55 (21.88% from 255 or 10.66% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DB37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DB37 is #0D24C8. Grayscale: #CFCFCF. Windows color (decimal): -861385 or 3660786. OLE color: 3660786.
HSL color Cylindrical-coordinate representation of color #F2DB37: hue angle of 52.62º degrees, saturation: 0.88, 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 #F2DB37 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 55 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.05 |
| HSL | 52.62º | 0.88% | 0.58% | - |
| HSV(B) | 52.62º | 0.77% | 0.95% | - |
| XYZ | 62.64 | 69.82 | 13.79 | - |
| YUV | 207.18 | 42.12 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 55 | 0 | 0.10 | 0.77 | 0.05 | 52.62 | 0.88 | 0.58 |
| Hex | F2 | DB | 37 | 0 | A | 4D | 5 | 35 | 58 | 3A |
| Octal | 362 | 333 | 67 | 0 | 12 | 115 | 5 | 65 | 130 | 72 |
| Binary | 11110010 | 11011011 | 110111 | 0 | 1010 | 1001101 | 101 | 110101 | 1011000 | 111010 |
Color Harmonies of #F2DB37
Complementary color
Monochromatic Colors of #F2DB37
Black with #F2DB37
Text Example
Text Example
White with #F2DB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DB37; }
p { color: rgb(242,219,55); }
H1.HeaderClassName
{
color: #F2DB37;
}
.AnyTagClassName
{
color: #F2DB37;
}
</style>
background-color css
<style>
a { background-color: #F2DB37; }
a { background-color: rgb(242,219,55); }
div.DivClassName
{
background-color: #F2DB37;
}
.BgClassName
{
background-color: #F2DB37;
}
</style>
border-color css
<style>
span { border-color: #F2DB37; }
span { border-color: rgb(242,219,55); }
td.TdClassName
{
border-color: #F2DB37;
}
.TagClassName
{
border-color: #F2DB37;
}
</style>