Shades of Golden Fizz #F2DD2B
Tints of Golden Fizz #F2DD2B
RGB
CMYK
RGB Variations
Color information
#F2DD2B (or 0xF2DD2B) is known color: Golden Fizz. HEX triplet: F2, DD and 2B. RGB value is (242,221,43). Sum of RGB (Red+Green+Blue) = 242+221+43=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 43 (17.19% from 255 or 8.50% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DD2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DD2B is #0D22D4. Grayscale: #CFCFCF. Windows color (decimal): -860885 or 2874866. OLE color: 2874866.
HSL color Cylindrical-coordinate representation of color #F2DD2B: hue angle of 53.67º 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 #F2DD2B is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 221 | 43 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.05 |
| HSL | 53.67º | 0.88% | 0.56% | - |
| HSV(B) | 53.67º | 0.82% | 0.95% | - |
| XYZ | 62.91 | 70.76 | 12.63 | - |
| YUV | 206.99 | 35.46 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 43 | 0 | 0.09 | 0.82 | 0.05 | 53.67 | 0.88 | 0.56 |
| Hex | F2 | DD | 2B | 0 | 9 | 52 | 5 | 36 | 58 | 38 |
| Octal | 362 | 335 | 53 | 0 | 11 | 122 | 5 | 66 | 130 | 70 |
| Binary | 11110010 | 11011101 | 101011 | 0 | 1001 | 1010010 | 101 | 110110 | 1011000 | 111000 |
Color Harmonies of #F2DD2B
Complementary color
Monochromatic Colors of #F2DD2B
Black with #F2DD2B
Text Example
Text Example
White with #F2DD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DD2B; }
p { color: rgb(242,221,43); }
H1.HeaderClassName
{
color: #F2DD2B;
}
.AnyTagClassName
{
color: #F2DD2B;
}
</style>
background-color css
<style>
a { background-color: #F2DD2B; }
a { background-color: rgb(242,221,43); }
div.DivClassName
{
background-color: #F2DD2B;
}
.BgClassName
{
background-color: #F2DD2B;
}
</style>
border-color css
<style>
span { border-color: #F2DD2B; }
span { border-color: rgb(242,221,43); }
td.TdClassName
{
border-color: #F2DD2B;
}
.TagClassName
{
border-color: #F2DD2B;
}
</style>