Shades of Golden Fizz #F2D928
Tints of Golden Fizz #F2D928
RGB
CMYK
RGB Variations
Color information
#F2D928 (or 0xF2D928) is known color: Golden Fizz. HEX triplet: F2, D9 and 28. RGB value is (242,217,40). Sum of RGB (Red+Green+Blue) = 242+217+40=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 40 (16.02% from 255 or 8.02% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D928 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D928 is #0D26D7. Grayscale: #CDCDCD. Windows color (decimal): -861912 or 2677234. OLE color: 2677234.
HSL color Cylindrical-coordinate representation of color #F2D928: hue angle of 52.57º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F2D928 is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 217 | 40 | - |
| CMYK | 0 | 0.10 | 0.83 | 0.05 |
| HSL | 52.57º | 0.89% | 0.55% | - |
| HSV(B) | 52.57º | 0.83% | 0.95% | - |
| XYZ | 61.81 | 68.66 | 12 | - |
| YUV | 204.3 | 35.28 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 217 | 40 | 0 | 0.10 | 0.83 | 0.05 | 52.57 | 0.89 | 0.55 |
| Hex | F2 | D9 | 28 | 0 | A | 53 | 5 | 35 | 59 | 37 |
| Octal | 362 | 331 | 50 | 0 | 12 | 123 | 5 | 65 | 131 | 67 |
| Binary | 11110010 | 11011001 | 101000 | 0 | 1010 | 1010011 | 101 | 110101 | 1011001 | 110111 |
Color Harmonies of #F2D928
Complementary color
Monochromatic Colors of #F2D928
Black with #F2D928
Text Example
Text Example
White with #F2D928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D928; }
p { color: rgb(242,217,40); }
H1.HeaderClassName
{
color: #F2D928;
}
.AnyTagClassName
{
color: #F2D928;
}
</style>
background-color css
<style>
a { background-color: #F2D928; }
a { background-color: rgb(242,217,40); }
div.DivClassName
{
background-color: #F2D928;
}
.BgClassName
{
background-color: #F2D928;
}
</style>
border-color css
<style>
span { border-color: #F2D928; }
span { border-color: rgb(242,217,40); }
td.TdClassName
{
border-color: #F2D928;
}
.TagClassName
{
border-color: #F2D928;
}
</style>