Shades of Golden Fizz #F2D73C
Tints of Golden Fizz #F2D73C
RGB
CMYK
RGB Variations
Color information
#F2D73C (or 0xF2D73C) is known color: Golden Fizz. HEX triplet: F2, D7 and 3C. RGB value is (242,215,60). Sum of RGB (Red+Green+Blue) = 242+215+60=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 215 (84.38% from 255 or 41.59% from 517); Blue value is 60 (23.83% from 255 or 11.61% from 517); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D73C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D73C is #0D28C3. Grayscale: #CECECE. Windows color (decimal): -862404 or 3987442. OLE color: 3987442.
HSL color Cylindrical-coordinate representation of color #F2D73C: hue angle of 51.1º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F2D73C is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 215 | 60 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.05 |
| HSL | 51.1º | 0.88% | 0.59% | - |
| HSV(B) | 51.1º | 0.75% | 0.95% | - |
| XYZ | 61.73 | 67.8 | 14.11 | - |
| YUV | 205.4 | 45.95 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 215 | 60 | 0 | 0.11 | 0.75 | 0.05 | 51.1 | 0.88 | 0.59 |
| Hex | F2 | D7 | 3C | 0 | B | 4B | 5 | 33 | 58 | 3B |
| Octal | 362 | 327 | 74 | 0 | 13 | 113 | 5 | 63 | 130 | 73 |
| Binary | 11110010 | 11010111 | 111100 | 0 | 1011 | 1001011 | 101 | 110011 | 1011000 | 111011 |
Color Harmonies of #F2D73C
Complementary color
Monochromatic Colors of #F2D73C
Black with #F2D73C
Text Example
Text Example
White with #F2D73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D73C; }
p { color: rgb(242,215,60); }
H1.HeaderClassName
{
color: #F2D73C;
}
.AnyTagClassName
{
color: #F2D73C;
}
</style>
background-color css
<style>
a { background-color: #F2D73C; }
a { background-color: rgb(242,215,60); }
div.DivClassName
{
background-color: #F2D73C;
}
.BgClassName
{
background-color: #F2D73C;
}
</style>
border-color css
<style>
span { border-color: #F2D73C; }
span { border-color: rgb(242,215,60); }
td.TdClassName
{
border-color: #F2D73C;
}
.TagClassName
{
border-color: #F2D73C;
}
</style>