Shades of Golden Fizz #F2D834
Tints of Golden Fizz #F2D834
RGB
CMYK
RGB Variations
Color information
#F2D834 (or 0xF2D834) is known color: Golden Fizz. HEX triplet: F2, D8 and 34. RGB value is (242,216,52). Sum of RGB (Red+Green+Blue) = 242+216+52=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 216 (84.77% from 255 or 42.35% from 510); Blue value is 52 (20.70% from 255 or 10.20% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D834 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D834 is #0D27CB. Grayscale: #CDCDCD. Windows color (decimal): -862156 or 3463410. OLE color: 3463410.
HSL color Cylindrical-coordinate representation of color #F2D834: hue angle of 51.79º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F2D834 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 216 | 52 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.05 |
| HSL | 51.79º | 0.88% | 0.58% | - |
| HSV(B) | 51.79º | 0.79% | 0.95% | - |
| XYZ | 61.79 | 68.24 | 13.16 | - |
| YUV | 205.08 | 41.61 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 216 | 52 | 0 | 0.11 | 0.79 | 0.05 | 51.79 | 0.88 | 0.58 |
| Hex | F2 | D8 | 34 | 0 | B | 4F | 5 | 34 | 58 | 3A |
| Octal | 362 | 330 | 64 | 0 | 13 | 117 | 5 | 64 | 130 | 72 |
| Binary | 11110010 | 11011000 | 110100 | 0 | 1011 | 1001111 | 101 | 110100 | 1011000 | 111010 |
Color Harmonies of #F2D834
Complementary color
Monochromatic Colors of #F2D834
Black with #F2D834
Text Example
Text Example
White with #F2D834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D834; }
p { color: rgb(242,216,52); }
H1.HeaderClassName
{
color: #F2D834;
}
.AnyTagClassName
{
color: #F2D834;
}
</style>
background-color css
<style>
a { background-color: #F2D834; }
a { background-color: rgb(242,216,52); }
div.DivClassName
{
background-color: #F2D834;
}
.BgClassName
{
background-color: #F2D834;
}
</style>
border-color css
<style>
span { border-color: #F2D834; }
span { border-color: rgb(242,216,52); }
td.TdClassName
{
border-color: #F2D834;
}
.TagClassName
{
border-color: #F2D834;
}
</style>