Shades of Golden Fizz #F2DD2A
Tints of Golden Fizz #F2DD2A
RGB
CMYK
RGB Variations
Color information
#F2DD2A (or 0xF2DD2A) is known color: Golden Fizz. HEX triplet: F2, DD and 2A. RGB value is (242,221,42). Sum of RGB (Red+Green+Blue) = 242+221+42=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 42 (16.80% from 255 or 8.32% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DD2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DD2A is #0D22D5. Grayscale: #CFCFCF. Windows color (decimal): -860886 or 2809330. OLE color: 2809330.
HSL color Cylindrical-coordinate representation of color #F2DD2A: hue angle of 53.7º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F2DD2A is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 221 | 42 | - |
| CMYK | 0 | 0.09 | 0.83 | 0.05 |
| HSL | 53.7º | 0.88% | 0.56% | - |
| HSV(B) | 53.7º | 0.83% | 0.95% | - |
| XYZ | 62.89 | 70.76 | 12.53 | - |
| YUV | 206.87 | 34.96 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 42 | 0 | 0.09 | 0.83 | 0.05 | 53.7 | 0.88 | 0.56 |
| Hex | F2 | DD | 2A | 0 | 9 | 53 | 5 | 36 | 58 | 38 |
| Octal | 362 | 335 | 52 | 0 | 11 | 123 | 5 | 66 | 130 | 70 |
| Binary | 11110010 | 11011101 | 101010 | 0 | 1001 | 1010011 | 101 | 110110 | 1011000 | 111000 |
Color Harmonies of #F2DD2A
Complementary color
Monochromatic Colors of #F2DD2A
Black with #F2DD2A
Text Example
Text Example
White with #F2DD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DD2A; }
p { color: rgb(242,221,42); }
H1.HeaderClassName
{
color: #F2DD2A;
}
.AnyTagClassName
{
color: #F2DD2A;
}
</style>
background-color css
<style>
a { background-color: #F2DD2A; }
a { background-color: rgb(242,221,42); }
div.DivClassName
{
background-color: #F2DD2A;
}
.BgClassName
{
background-color: #F2DD2A;
}
</style>
border-color css
<style>
span { border-color: #F2DD2A; }
span { border-color: rgb(242,221,42); }
td.TdClassName
{
border-color: #F2DD2A;
}
.TagClassName
{
border-color: #F2DD2A;
}
</style>