Shades of Golden Fizz #F2DD2D
Tints of Golden Fizz #F2DD2D
RGB
CMYK
RGB Variations
Color information
#F2DD2D (or 0xF2DD2D) is known color: Golden Fizz. HEX triplet: F2, DD and 2D. RGB value is (242,221,45). Sum of RGB (Red+Green+Blue) = 242+221+45=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 45 (17.97% from 255 or 8.86% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DD2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DD2D is #0D22D2. Grayscale: #CFCFCF. Windows color (decimal): -860883 or 3005938. OLE color: 3005938.
HSL color Cylindrical-coordinate representation of color #F2DD2D: hue angle of 53.6º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F2DD2D is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 221 | 45 | - |
| CMYK | 0 | 0.09 | 0.81 | 0.05 |
| HSL | 53.6º | 0.88% | 0.56% | - |
| HSV(B) | 53.6º | 0.81% | 0.95% | - |
| XYZ | 62.95 | 70.78 | 12.83 | - |
| YUV | 207.22 | 36.46 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 45 | 0 | 0.09 | 0.81 | 0.05 | 53.6 | 0.88 | 0.56 |
| Hex | F2 | DD | 2D | 0 | 9 | 51 | 5 | 36 | 58 | 38 |
| Octal | 362 | 335 | 55 | 0 | 11 | 121 | 5 | 66 | 130 | 70 |
| Binary | 11110010 | 11011101 | 101101 | 0 | 1001 | 1010001 | 101 | 110110 | 1011000 | 111000 |
Color Harmonies of #F2DD2D
Complementary color
Monochromatic Colors of #F2DD2D
Black with #F2DD2D
Text Example
Text Example
White with #F2DD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DD2D; }
p { color: rgb(242,221,45); }
H1.HeaderClassName
{
color: #F2DD2D;
}
.AnyTagClassName
{
color: #F2DD2D;
}
</style>
background-color css
<style>
a { background-color: #F2DD2D; }
a { background-color: rgb(242,221,45); }
div.DivClassName
{
background-color: #F2DD2D;
}
.BgClassName
{
background-color: #F2DD2D;
}
</style>
border-color css
<style>
span { border-color: #F2DD2D; }
span { border-color: rgb(242,221,45); }
td.TdClassName
{
border-color: #F2DD2D;
}
.TagClassName
{
border-color: #F2DD2D;
}
</style>