Shades of Golden Fizz #F2DA36
Tints of Golden Fizz #F2DA36
RGB
CMYK
RGB Variations
Color information
#F2DA36 (or 0xF2DA36) is known color: Golden Fizz. HEX triplet: F2, DA and 36. RGB value is (242,218,54). Sum of RGB (Red+Green+Blue) = 242+218+54=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 54 (21.48% from 255 or 10.51% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DA36 is #0D25C9. Grayscale: #CFCFCF. Windows color (decimal): -861642 or 3594994. OLE color: 3594994.
HSL color Cylindrical-coordinate representation of color #F2DA36: hue angle of 52.34º 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 #F2DA36 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 218 | 54 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.05 |
| HSL | 52.34º | 0.88% | 0.58% | - |
| HSV(B) | 52.34º | 0.78% | 0.95% | - |
| XYZ | 62.36 | 69.29 | 13.58 | - |
| YUV | 206.48 | 41.95 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 54 | 0 | 0.10 | 0.78 | 0.05 | 52.34 | 0.88 | 0.58 |
| Hex | F2 | DA | 36 | 0 | A | 4E | 5 | 34 | 58 | 3A |
| Octal | 362 | 332 | 66 | 0 | 12 | 116 | 5 | 64 | 130 | 72 |
| Binary | 11110010 | 11011010 | 110110 | 0 | 1010 | 1001110 | 101 | 110100 | 1011000 | 111010 |
Color Harmonies of #F2DA36
Complementary color
Monochromatic Colors of #F2DA36
Black with #F2DA36
Text Example
Text Example
White with #F2DA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DA36; }
p { color: rgb(242,218,54); }
H1.HeaderClassName
{
color: #F2DA36;
}
.AnyTagClassName
{
color: #F2DA36;
}
</style>
background-color css
<style>
a { background-color: #F2DA36; }
a { background-color: rgb(242,218,54); }
div.DivClassName
{
background-color: #F2DA36;
}
.BgClassName
{
background-color: #F2DA36;
}
</style>
border-color css
<style>
span { border-color: #F2DA36; }
span { border-color: rgb(242,218,54); }
td.TdClassName
{
border-color: #F2DA36;
}
.TagClassName
{
border-color: #F2DA36;
}
</style>