Shades of Golden Fizz #F2DB2A
Tints of Golden Fizz #F2DB2A
RGB
CMYK
RGB Variations
Color information
#F2DB2A (or 0xF2DB2A) is known color: Golden Fizz. HEX triplet: F2, DB and 2A. RGB value is (242,219,42). Sum of RGB (Red+Green+Blue) = 242+219+42=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 42 (16.80% from 255 or 8.35% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DB2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DB2A is #0D24D5. Grayscale: #CECECE. Windows color (decimal): -861398 or 2808818. OLE color: 2808818.
HSL color Cylindrical-coordinate representation of color #F2DB2A: hue angle of 53.1º 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 #F2DB2A is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 42 | - |
| CMYK | 0 | 0.10 | 0.83 | 0.05 |
| HSL | 53.1º | 0.88% | 0.56% | - |
| HSV(B) | 53.1º | 0.83% | 0.95% | - |
| XYZ | 62.37 | 69.71 | 12.36 | - |
| YUV | 205.7 | 35.62 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 42 | 0 | 0.10 | 0.83 | 0.05 | 53.1 | 0.88 | 0.56 |
| Hex | F2 | DB | 2A | 0 | A | 53 | 5 | 35 | 58 | 38 |
| Octal | 362 | 333 | 52 | 0 | 12 | 123 | 5 | 65 | 130 | 70 |
| Binary | 11110010 | 11011011 | 101010 | 0 | 1010 | 1010011 | 101 | 110101 | 1011000 | 111000 |
Color Harmonies of #F2DB2A
Complementary color
Monochromatic Colors of #F2DB2A
Black with #F2DB2A
Text Example
Text Example
White with #F2DB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DB2A; }
p { color: rgb(242,219,42); }
H1.HeaderClassName
{
color: #F2DB2A;
}
.AnyTagClassName
{
color: #F2DB2A;
}
</style>
background-color css
<style>
a { background-color: #F2DB2A; }
a { background-color: rgb(242,219,42); }
div.DivClassName
{
background-color: #F2DB2A;
}
.BgClassName
{
background-color: #F2DB2A;
}
</style>
border-color css
<style>
span { border-color: #F2DB2A; }
span { border-color: rgb(242,219,42); }
td.TdClassName
{
border-color: #F2DB2A;
}
.TagClassName
{
border-color: #F2DB2A;
}
</style>