Shades of Golden Fizz #F0D437
Tints of Golden Fizz #F0D437
RGB
CMYK
RGB Variations
Color information
#F0D437 (or 0xF0D437) is known color: Golden Fizz. HEX triplet: F0, D4 and 37. RGB value is (240,212,55). Sum of RGB (Red+Green+Blue) = 240+212+55=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 212 (83.20% from 255 or 41.81% from 507); Blue value is 55 (21.88% from 255 or 10.85% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D437 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D437 is #0F2BC8. Grayscale: #CBCBCB. Windows color (decimal): -994249 or 3658992. OLE color: 3658992.
HSL color Cylindrical-coordinate representation of color #F0D437: hue angle of 50.92º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F0D437 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 212 | 55 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.06 |
| HSL | 50.92º | 0.86% | 0.58% | - |
| HSV(B) | 50.92º | 0.77% | 0.94% | - |
| XYZ | 60.17 | 65.89 | 13.16 | - |
| YUV | 202.47 | 44.78 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 212 | 55 | 0 | 0.12 | 0.77 | 0.06 | 50.92 | 0.86 | 0.58 |
| Hex | F0 | D4 | 37 | 0 | C | 4D | 6 | 33 | 56 | 3A |
| Octal | 360 | 324 | 67 | 0 | 14 | 115 | 6 | 63 | 126 | 72 |
| Binary | 11110000 | 11010100 | 110111 | 0 | 1100 | 1001101 | 110 | 110011 | 1010110 | 111010 |
Color Harmonies of #F0D437
Complementary color
Monochromatic Colors of #F0D437
Black with #F0D437
Text Example
Text Example
White with #F0D437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D437; }
p { color: rgb(240,212,55); }
H1.HeaderClassName
{
color: #F0D437;
}
.AnyTagClassName
{
color: #F0D437;
}
</style>
background-color css
<style>
a { background-color: #F0D437; }
a { background-color: rgb(240,212,55); }
div.DivClassName
{
background-color: #F0D437;
}
.BgClassName
{
background-color: #F0D437;
}
</style>
border-color css
<style>
span { border-color: #F0D437; }
span { border-color: rgb(240,212,55); }
td.TdClassName
{
border-color: #F0D437;
}
.TagClassName
{
border-color: #F0D437;
}
</style>