Shades of Golden Fizz #F2D536
Tints of Golden Fizz #F2D536
RGB
CMYK
RGB Variations
Color information
#F2D536 (or 0xF2D536) is known color: Golden Fizz. HEX triplet: F2, D5 and 36. RGB value is (242,213,54). Sum of RGB (Red+Green+Blue) = 242+213+54=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 213 (83.59% from 255 or 41.85% from 509); Blue value is 54 (21.48% from 255 or 10.61% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D536 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D536 is #0D2AC9. Grayscale: #CCCCCC. Windows color (decimal): -862922 or 3593714. OLE color: 3593714.
HSL color Cylindrical-coordinate representation of color #F2D536: hue angle of 50.74º 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 #F2D536 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 213 | 54 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.05 |
| HSL | 50.74º | 0.88% | 0.58% | - |
| HSV(B) | 50.74º | 0.78% | 0.95% | - |
| XYZ | 61.08 | 66.73 | 13.15 | - |
| YUV | 203.55 | 43.61 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 213 | 54 | 0 | 0.12 | 0.78 | 0.05 | 50.74 | 0.88 | 0.58 |
| Hex | F2 | D5 | 36 | 0 | C | 4E | 5 | 33 | 58 | 3A |
| Octal | 362 | 325 | 66 | 0 | 14 | 116 | 5 | 63 | 130 | 72 |
| Binary | 11110010 | 11010101 | 110110 | 0 | 1100 | 1001110 | 101 | 110011 | 1011000 | 111010 |
Color Harmonies of #F2D536
Complementary color
Monochromatic Colors of #F2D536
Black with #F2D536
Text Example
Text Example
White with #F2D536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D536; }
p { color: rgb(242,213,54); }
H1.HeaderClassName
{
color: #F2D536;
}
.AnyTagClassName
{
color: #F2D536;
}
</style>
background-color css
<style>
a { background-color: #F2D536; }
a { background-color: rgb(242,213,54); }
div.DivClassName
{
background-color: #F2D536;
}
.BgClassName
{
background-color: #F2D536;
}
</style>
border-color css
<style>
span { border-color: #F2D536; }
span { border-color: rgb(242,213,54); }
td.TdClassName
{
border-color: #F2D536;
}
.TagClassName
{
border-color: #F2D536;
}
</style>