Shades of Golden Fizz #F2DD21
Tints of Golden Fizz #F2DD21
RGB
CMYK
RGB Variations
Color information
#F2DD21 (or 0xF2DD21) is known color: Golden Fizz. HEX triplet: F2, DD and 21. RGB value is (242,221,33). Sum of RGB (Red+Green+Blue) = 242+221+33=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 33 (13.28% from 255 or 6.65% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DD21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DD21 is #0D22DE. Grayscale: #CECECE. Windows color (decimal): -860895 or 2219506. OLE color: 2219506.
HSL color Cylindrical-coordinate representation of color #F2DD21: hue angle of 53.97º 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 #F2DD21 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 221 | 33 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.05 |
| HSL | 53.97º | 0.89% | 0.54% | - |
| HSV(B) | 53.97º | 0.86% | 0.95% | - |
| XYZ | 62.75 | 70.7 | 11.78 | - |
| YUV | 205.85 | 30.46 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 33 | 0 | 0.09 | 0.86 | 0.05 | 53.97 | 0.89 | 0.54 |
| Hex | F2 | DD | 21 | 0 | 9 | 56 | 5 | 36 | 59 | 36 |
| Octal | 362 | 335 | 41 | 0 | 11 | 126 | 5 | 66 | 131 | 66 |
| Binary | 11110010 | 11011101 | 100001 | 0 | 1001 | 1010110 | 101 | 110110 | 1011001 | 110110 |
Color Harmonies of #F2DD21
Complementary color
Monochromatic Colors of #F2DD21
Black with #F2DD21
Text Example
Text Example
White with #F2DD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DD21; }
p { color: rgb(242,221,33); }
H1.HeaderClassName
{
color: #F2DD21;
}
.AnyTagClassName
{
color: #F2DD21;
}
</style>
background-color css
<style>
a { background-color: #F2DD21; }
a { background-color: rgb(242,221,33); }
div.DivClassName
{
background-color: #F2DD21;
}
.BgClassName
{
background-color: #F2DD21;
}
</style>
border-color css
<style>
span { border-color: #F2DD21; }
span { border-color: rgb(242,221,33); }
td.TdClassName
{
border-color: #F2DD21;
}
.TagClassName
{
border-color: #F2DD21;
}
</style>