Shades of Golden Fizz #F2D737
Tints of Golden Fizz #F2D737
RGB
CMYK
RGB Variations
Color information
#F2D737 (or 0xF2D737) is known color: Golden Fizz. HEX triplet: F2, D7 and 37. RGB value is (242,215,55). Sum of RGB (Red+Green+Blue) = 242+215+55=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 215 (84.38% from 255 or 41.99% from 512); Blue value is 55 (21.88% from 255 or 10.74% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D737 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D737 is #0D28C8. Grayscale: #CDCDCD. Windows color (decimal): -862409 or 3659762. OLE color: 3659762.
HSL color Cylindrical-coordinate representation of color #F2D737: hue angle of 51.34º 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 #F2D737 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 215 | 55 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.05 |
| HSL | 51.34º | 0.88% | 0.58% | - |
| HSV(B) | 51.34º | 0.77% | 0.95% | - |
| XYZ | 61.61 | 67.75 | 13.45 | - |
| YUV | 204.83 | 43.45 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 215 | 55 | 0 | 0.11 | 0.77 | 0.05 | 51.34 | 0.88 | 0.58 |
| Hex | F2 | D7 | 37 | 0 | B | 4D | 5 | 33 | 58 | 3A |
| Octal | 362 | 327 | 67 | 0 | 13 | 115 | 5 | 63 | 130 | 72 |
| Binary | 11110010 | 11010111 | 110111 | 0 | 1011 | 1001101 | 101 | 110011 | 1011000 | 111010 |
Color Harmonies of #F2D737
Complementary color
Monochromatic Colors of #F2D737
Black with #F2D737
Text Example
Text Example
White with #F2D737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D737; }
p { color: rgb(242,215,55); }
H1.HeaderClassName
{
color: #F2D737;
}
.AnyTagClassName
{
color: #F2D737;
}
</style>
background-color css
<style>
a { background-color: #F2D737; }
a { background-color: rgb(242,215,55); }
div.DivClassName
{
background-color: #F2D737;
}
.BgClassName
{
background-color: #F2D737;
}
</style>
border-color css
<style>
span { border-color: #F2D737; }
span { border-color: rgb(242,215,55); }
td.TdClassName
{
border-color: #F2D737;
}
.TagClassName
{
border-color: #F2D737;
}
</style>