Shades of Golden Fizz #F0D536
Tints of Golden Fizz #F0D536
RGB
CMYK
RGB Variations
Color information
#F0D536 (or 0xF0D536) is known color: Golden Fizz. HEX triplet: F0, D5 and 36. RGB value is (240,213,54). Sum of RGB (Red+Green+Blue) = 240+213+54=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 54 (21.48% from 255 or 10.65% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D536 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D536 is #0F2AC9. Grayscale: #CBCBCB. Windows color (decimal): -993994 or 3593712. OLE color: 3593712.
HSL color Cylindrical-coordinate representation of color #F0D536: hue angle of 51.29º 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 #F0D536 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 213 | 54 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.06 |
| HSL | 51.29º | 0.86% | 0.58% | - |
| HSV(B) | 51.29º | 0.78% | 0.94% | - |
| XYZ | 60.4 | 66.38 | 13.12 | - |
| YUV | 202.95 | 43.95 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 213 | 54 | 0 | 0.11 | 0.78 | 0.06 | 51.29 | 0.86 | 0.58 |
| Hex | F0 | D5 | 36 | 0 | B | 4E | 6 | 33 | 56 | 3A |
| Octal | 360 | 325 | 66 | 0 | 13 | 116 | 6 | 63 | 126 | 72 |
| Binary | 11110000 | 11010101 | 110110 | 0 | 1011 | 1001110 | 110 | 110011 | 1010110 | 111010 |
Color Harmonies of #F0D536
Complementary color
Monochromatic Colors of #F0D536
Black with #F0D536
Text Example
Text Example
White with #F0D536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D536; }
p { color: rgb(240,213,54); }
H1.HeaderClassName
{
color: #F0D536;
}
.AnyTagClassName
{
color: #F0D536;
}
</style>
background-color css
<style>
a { background-color: #F0D536; }
a { background-color: rgb(240,213,54); }
div.DivClassName
{
background-color: #F0D536;
}
.BgClassName
{
background-color: #F0D536;
}
</style>
border-color css
<style>
span { border-color: #F0D536; }
span { border-color: rgb(240,213,54); }
td.TdClassName
{
border-color: #F0D536;
}
.TagClassName
{
border-color: #F0D536;
}
</style>