Shades of Golden Fizz #F2DD23
Tints of Golden Fizz #F2DD23
RGB
CMYK
RGB Variations
Color information
#F2DD23 (or 0xF2DD23) is known color: Golden Fizz. HEX triplet: F2, DD and 23. RGB value is (242,221,35). Sum of RGB (Red+Green+Blue) = 242+221+35=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 35 (14.06% from 255 or 7.03% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DD23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DD23 is #0D22DC. Grayscale: #CECECE. Windows color (decimal): -860893 or 2350578. OLE color: 2350578.
HSL color Cylindrical-coordinate representation of color #F2DD23: hue angle of 53.91º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F2DD23 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 221 | 35 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.05 |
| HSL | 53.91º | 0.89% | 0.54% | - |
| HSV(B) | 53.91º | 0.86% | 0.95% | - |
| XYZ | 62.78 | 70.71 | 11.93 | - |
| YUV | 206.08 | 31.46 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 35 | 0 | 0.09 | 0.86 | 0.05 | 53.91 | 0.89 | 0.54 |
| Hex | F2 | DD | 23 | 0 | 9 | 56 | 5 | 36 | 59 | 36 |
| Octal | 362 | 335 | 43 | 0 | 11 | 126 | 5 | 66 | 131 | 66 |
| Binary | 11110010 | 11011101 | 100011 | 0 | 1001 | 1010110 | 101 | 110110 | 1011001 | 110110 |
Color Harmonies of #F2DD23
Complementary color
Monochromatic Colors of #F2DD23
Black with #F2DD23
Text Example
Text Example
White with #F2DD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DD23; }
p { color: rgb(242,221,35); }
H1.HeaderClassName
{
color: #F2DD23;
}
.AnyTagClassName
{
color: #F2DD23;
}
</style>
background-color css
<style>
a { background-color: #F2DD23; }
a { background-color: rgb(242,221,35); }
div.DivClassName
{
background-color: #F2DD23;
}
.BgClassName
{
background-color: #F2DD23;
}
</style>
border-color css
<style>
span { border-color: #F2DD23; }
span { border-color: rgb(242,221,35); }
td.TdClassName
{
border-color: #F2DD23;
}
.TagClassName
{
border-color: #F2DD23;
}
</style>