Shades of Golden Fizz #F2DB2E
Tints of Golden Fizz #F2DB2E
RGB
CMYK
RGB Variations
Color information
#F2DB2E (or 0xF2DB2E) is known color: Golden Fizz. HEX triplet: F2, DB and 2E. RGB value is (242,219,46). Sum of RGB (Red+Green+Blue) = 242+219+46=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 46 (18.36% from 255 or 9.07% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DB2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DB2E is #0D24D1. Grayscale: #CECECE. Windows color (decimal): -861394 or 3070962. OLE color: 3070962.
HSL color Cylindrical-coordinate representation of color #F2DB2E: hue angle of 52.96º 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 #F2DB2E is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 46 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.05 |
| HSL | 52.96º | 0.88% | 0.56% | - |
| HSV(B) | 52.96º | 0.81% | 0.95% | - |
| XYZ | 62.44 | 69.74 | 12.75 | - |
| YUV | 206.16 | 37.62 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 46 | 0 | 0.10 | 0.81 | 0.05 | 52.96 | 0.88 | 0.56 |
| Hex | F2 | DB | 2E | 0 | A | 51 | 5 | 35 | 58 | 38 |
| Octal | 362 | 333 | 56 | 0 | 12 | 121 | 5 | 65 | 130 | 70 |
| Binary | 11110010 | 11011011 | 101110 | 0 | 1010 | 1010001 | 101 | 110101 | 1011000 | 111000 |
Color Harmonies of #F2DB2E
Complementary color
Monochromatic Colors of #F2DB2E
Black with #F2DB2E
Text Example
Text Example
White with #F2DB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DB2E; }
p { color: rgb(242,219,46); }
H1.HeaderClassName
{
color: #F2DB2E;
}
.AnyTagClassName
{
color: #F2DB2E;
}
</style>
background-color css
<style>
a { background-color: #F2DB2E; }
a { background-color: rgb(242,219,46); }
div.DivClassName
{
background-color: #F2DB2E;
}
.BgClassName
{
background-color: #F2DB2E;
}
</style>
border-color css
<style>
span { border-color: #F2DB2E; }
span { border-color: rgb(242,219,46); }
td.TdClassName
{
border-color: #F2DB2E;
}
.TagClassName
{
border-color: #F2DB2E;
}
</style>