Shades of Golden Fizz #F2D937
Tints of Golden Fizz #F2D937
RGB
CMYK
RGB Variations
Color information
#F2D937 (or 0xF2D937) is known color: Golden Fizz. HEX triplet: F2, D9 and 37. RGB value is (242,217,55). Sum of RGB (Red+Green+Blue) = 242+217+55=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 55 (21.88% from 255 or 10.70% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D937 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D937 is #0D26C8. Grayscale: #CECECE. Windows color (decimal): -861897 or 3660274. OLE color: 3660274.
HSL color Cylindrical-coordinate representation of color #F2D937: hue angle of 51.98º 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 #F2D937 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 217 | 55 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.05 |
| HSL | 51.98º | 0.88% | 0.58% | - |
| HSV(B) | 51.98º | 0.77% | 0.95% | - |
| XYZ | 62.12 | 68.78 | 13.62 | - |
| YUV | 206.01 | 42.78 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 217 | 55 | 0 | 0.10 | 0.77 | 0.05 | 51.98 | 0.88 | 0.58 |
| Hex | F2 | D9 | 37 | 0 | A | 4D | 5 | 34 | 58 | 3A |
| Octal | 362 | 331 | 67 | 0 | 12 | 115 | 5 | 64 | 130 | 72 |
| Binary | 11110010 | 11011001 | 110111 | 0 | 1010 | 1001101 | 101 | 110100 | 1011000 | 111010 |
Color Harmonies of #F2D937
Complementary color
Monochromatic Colors of #F2D937
Black with #F2D937
Text Example
Text Example
White with #F2D937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D937; }
p { color: rgb(242,217,55); }
H1.HeaderClassName
{
color: #F2D937;
}
.AnyTagClassName
{
color: #F2D937;
}
</style>
background-color css
<style>
a { background-color: #F2D937; }
a { background-color: rgb(242,217,55); }
div.DivClassName
{
background-color: #F2D937;
}
.BgClassName
{
background-color: #F2D937;
}
</style>
border-color css
<style>
span { border-color: #F2D937; }
span { border-color: rgb(242,217,55); }
td.TdClassName
{
border-color: #F2D937;
}
.TagClassName
{
border-color: #F2D937;
}
</style>