Shades of Golden Fizz #F2DD2C
Tints of Golden Fizz #F2DD2C
RGB
CMYK
RGB Variations
Color information
#F2DD2C (or 0xF2DD2C) is known color: Golden Fizz. HEX triplet: F2, DD and 2C. RGB value is (242,221,44). Sum of RGB (Red+Green+Blue) = 242+221+44=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 44 (17.58% from 255 or 8.68% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DD2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DD2C is #0D22D3. Grayscale: #CFCFCF. Windows color (decimal): -860884 or 2940402. OLE color: 2940402.
HSL color Cylindrical-coordinate representation of color #F2DD2C: hue angle of 53.64º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F2DD2C is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 221 | 44 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.05 |
| HSL | 53.64º | 0.88% | 0.56% | - |
| HSV(B) | 53.64º | 0.82% | 0.95% | - |
| XYZ | 62.93 | 70.77 | 12.73 | - |
| YUV | 207.1 | 35.96 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 44 | 0 | 0.09 | 0.82 | 0.05 | 53.64 | 0.88 | 0.56 |
| Hex | F2 | DD | 2C | 0 | 9 | 52 | 5 | 36 | 58 | 38 |
| Octal | 362 | 335 | 54 | 0 | 11 | 122 | 5 | 66 | 130 | 70 |
| Binary | 11110010 | 11011101 | 101100 | 0 | 1001 | 1010010 | 101 | 110110 | 1011000 | 111000 |
Color Harmonies of #F2DD2C
Complementary color
Monochromatic Colors of #F2DD2C
Black with #F2DD2C
Text Example
Text Example
White with #F2DD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DD2C; }
p { color: rgb(242,221,44); }
H1.HeaderClassName
{
color: #F2DD2C;
}
.AnyTagClassName
{
color: #F2DD2C;
}
</style>
background-color css
<style>
a { background-color: #F2DD2C; }
a { background-color: rgb(242,221,44); }
div.DivClassName
{
background-color: #F2DD2C;
}
.BgClassName
{
background-color: #F2DD2C;
}
</style>
border-color css
<style>
span { border-color: #F2DD2C; }
span { border-color: rgb(242,221,44); }
td.TdClassName
{
border-color: #F2DD2C;
}
.TagClassName
{
border-color: #F2DD2C;
}
</style>