Shades of Golden Fizz #F2DB35
Tints of Golden Fizz #F2DB35
RGB
CMYK
RGB Variations
Color information
#F2DB35 (or 0xF2DB35) is known color: Golden Fizz. HEX triplet: F2, DB and 35. RGB value is (242,219,53). Sum of RGB (Red+Green+Blue) = 242+219+53=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 53 (21.09% from 255 or 10.31% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DB35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DB35 is #0D24CA. Grayscale: #CFCFCF. Windows color (decimal): -861387 or 3529714. OLE color: 3529714.
HSL color Cylindrical-coordinate representation of color #F2DB35: hue angle of 52.7º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F2DB35 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 53 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.05 |
| HSL | 52.7º | 0.88% | 0.58% | - |
| HSV(B) | 52.7º | 0.78% | 0.95% | - |
| XYZ | 62.59 | 69.8 | 13.54 | - |
| YUV | 206.95 | 41.12 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 53 | 0 | 0.10 | 0.78 | 0.05 | 52.7 | 0.88 | 0.58 |
| Hex | F2 | DB | 35 | 0 | A | 4E | 5 | 35 | 58 | 3A |
| Octal | 362 | 333 | 65 | 0 | 12 | 116 | 5 | 65 | 130 | 72 |
| Binary | 11110010 | 11011011 | 110101 | 0 | 1010 | 1001110 | 101 | 110101 | 1011000 | 111010 |
Color Harmonies of #F2DB35
Complementary color
Monochromatic Colors of #F2DB35
Black with #F2DB35
Text Example
Text Example
White with #F2DB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DB35; }
p { color: rgb(242,219,53); }
H1.HeaderClassName
{
color: #F2DB35;
}
.AnyTagClassName
{
color: #F2DB35;
}
</style>
background-color css
<style>
a { background-color: #F2DB35; }
a { background-color: rgb(242,219,53); }
div.DivClassName
{
background-color: #F2DB35;
}
.BgClassName
{
background-color: #F2DB35;
}
</style>
border-color css
<style>
span { border-color: #F2DB35; }
span { border-color: rgb(242,219,53); }
td.TdClassName
{
border-color: #F2DB35;
}
.TagClassName
{
border-color: #F2DB35;
}
</style>