Shades of Golden Fizz #F2DB2F
Tints of Golden Fizz #F2DB2F
RGB
CMYK
RGB Variations
Color information
#F2DB2F (or 0xF2DB2F) is known color: Golden Fizz. HEX triplet: F2, DB and 2F. RGB value is (242,219,47). Sum of RGB (Red+Green+Blue) = 242+219+47=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 47 (18.75% from 255 or 9.25% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DB2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DB2F is #0D24D0. Grayscale: #CECECE. Windows color (decimal): -861393 or 3136498. OLE color: 3136498.
HSL color Cylindrical-coordinate representation of color #F2DB2F: hue angle of 52.92º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F2DB2F is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 47 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.05 |
| HSL | 52.92º | 0.88% | 0.57% | - |
| HSV(B) | 52.92º | 0.81% | 0.95% | - |
| XYZ | 62.46 | 69.75 | 12.86 | - |
| YUV | 206.27 | 38.12 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 47 | 0 | 0.10 | 0.81 | 0.05 | 52.92 | 0.88 | 0.57 |
| Hex | F2 | DB | 2F | 0 | A | 51 | 5 | 35 | 58 | 39 |
| Octal | 362 | 333 | 57 | 0 | 12 | 121 | 5 | 65 | 130 | 71 |
| Binary | 11110010 | 11011011 | 101111 | 0 | 1010 | 1010001 | 101 | 110101 | 1011000 | 111001 |
Color Harmonies of #F2DB2F
Complementary color
Monochromatic Colors of #F2DB2F
Black with #F2DB2F
Text Example
Text Example
White with #F2DB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DB2F; }
p { color: rgb(242,219,47); }
H1.HeaderClassName
{
color: #F2DB2F;
}
.AnyTagClassName
{
color: #F2DB2F;
}
</style>
background-color css
<style>
a { background-color: #F2DB2F; }
a { background-color: rgb(242,219,47); }
div.DivClassName
{
background-color: #F2DB2F;
}
.BgClassName
{
background-color: #F2DB2F;
}
</style>
border-color css
<style>
span { border-color: #F2DB2F; }
span { border-color: rgb(242,219,47); }
td.TdClassName
{
border-color: #F2DB2F;
}
.TagClassName
{
border-color: #F2DB2F;
}
</style>