Shades of Golden Fizz #F2DB3D
Tints of Golden Fizz #F2DB3D
RGB
CMYK
RGB Variations
Color information
#F2DB3D (or 0xF2DB3D) is known color: Golden Fizz. HEX triplet: F2, DB and 3D. RGB value is (242,219,61). Sum of RGB (Red+Green+Blue) = 242+219+61=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 61 (24.22% from 255 or 11.69% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DB3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DB3D is #0D24C2. Grayscale: #D0D0D0. Windows color (decimal): -861379 or 4054002. OLE color: 4054002.
HSL color Cylindrical-coordinate representation of color #F2DB3D: hue angle of 52.38º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F2DB3D is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 61 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.05 |
| HSL | 52.38º | 0.87% | 0.59% | - |
| HSV(B) | 52.38º | 0.75% | 0.95% | - |
| XYZ | 62.79 | 69.88 | 14.59 | - |
| YUV | 207.87 | 45.12 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 61 | 0 | 0.10 | 0.75 | 0.05 | 52.38 | 0.87 | 0.59 |
| Hex | F2 | DB | 3D | 0 | A | 4B | 5 | 34 | 57 | 3B |
| Octal | 362 | 333 | 75 | 0 | 12 | 113 | 5 | 64 | 127 | 73 |
| Binary | 11110010 | 11011011 | 111101 | 0 | 1010 | 1001011 | 101 | 110100 | 1010111 | 111011 |
Color Harmonies of #F2DB3D
Complementary color
Monochromatic Colors of #F2DB3D
Black with #F2DB3D
Text Example
Text Example
White with #F2DB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DB3D; }
p { color: rgb(242,219,61); }
H1.HeaderClassName
{
color: #F2DB3D;
}
.AnyTagClassName
{
color: #F2DB3D;
}
</style>
background-color css
<style>
a { background-color: #F2DB3D; }
a { background-color: rgb(242,219,61); }
div.DivClassName
{
background-color: #F2DB3D;
}
.BgClassName
{
background-color: #F2DB3D;
}
</style>
border-color css
<style>
span { border-color: #F2DB3D; }
span { border-color: rgb(242,219,61); }
td.TdClassName
{
border-color: #F2DB3D;
}
.TagClassName
{
border-color: #F2DB3D;
}
</style>