Shades of Golden Fizz #F2DD34
Tints of Golden Fizz #F2DD34
RGB
CMYK
RGB Variations
Color information
#F2DD34 (or 0xF2DD34) is known color: Golden Fizz. HEX triplet: F2, DD and 34. RGB value is (242,221,52). Sum of RGB (Red+Green+Blue) = 242+221+52=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 52 (20.70% from 255 or 10.10% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DD34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DD34 is #0D22CB. Grayscale: #D0D0D0. Windows color (decimal): -860876 or 3464690. OLE color: 3464690.
HSL color Cylindrical-coordinate representation of color #F2DD34: hue angle of 53.37º 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 #F2DD34 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 221 | 52 | - |
| CMYK | 0 | 0.09 | 0.79 | 0.05 |
| HSL | 53.37º | 0.88% | 0.58% | - |
| HSV(B) | 53.37º | 0.79% | 0.95% | - |
| XYZ | 63.09 | 70.84 | 13.6 | - |
| YUV | 208.01 | 39.96 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 52 | 0 | 0.09 | 0.79 | 0.05 | 53.37 | 0.88 | 0.58 |
| Hex | F2 | DD | 34 | 0 | 9 | 4F | 5 | 35 | 58 | 3A |
| Octal | 362 | 335 | 64 | 0 | 11 | 117 | 5 | 65 | 130 | 72 |
| Binary | 11110010 | 11011101 | 110100 | 0 | 1001 | 1001111 | 101 | 110101 | 1011000 | 111010 |
Color Harmonies of #F2DD34
Complementary color
Monochromatic Colors of #F2DD34
Black with #F2DD34
Text Example
Text Example
White with #F2DD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DD34; }
p { color: rgb(242,221,52); }
H1.HeaderClassName
{
color: #F2DD34;
}
.AnyTagClassName
{
color: #F2DD34;
}
</style>
background-color css
<style>
a { background-color: #F2DD34; }
a { background-color: rgb(242,221,52); }
div.DivClassName
{
background-color: #F2DD34;
}
.BgClassName
{
background-color: #F2DD34;
}
</style>
border-color css
<style>
span { border-color: #F2DD34; }
span { border-color: rgb(242,221,52); }
td.TdClassName
{
border-color: #F2DD34;
}
.TagClassName
{
border-color: #F2DD34;
}
</style>