Shades of Golden Fizz #F5DC2C
Tints of Golden Fizz #F5DC2C
RGB
CMYK
RGB Variations
Color information
#F5DC2C (or 0xF5DC2C) is known color: Golden Fizz. HEX triplet: F5, DC and 2C. RGB value is (245,220,44). Sum of RGB (Red+Green+Blue) = 245+220+44=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 44 (17.58% from 255 or 8.64% from 509); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5DC2C is #0A23D3. Grayscale: #D0D0D0. Windows color (decimal): -664532 or 2940149. OLE color: 2940149.
HSL color Cylindrical-coordinate representation of color #F5DC2C: hue angle of 52.54º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F5DC2C is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 220 | 44 | - |
| CMYK | 0 | 0.10 | 0.82 | 0.04 |
| HSL | 52.54º | 0.91% | 0.57% | - |
| HSV(B) | 52.54º | 0.82% | 0.96% | - |
| XYZ | 63.7 | 70.78 | 12.69 | - |
| YUV | 207.41 | 35.78 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 44 | 0 | 0.10 | 0.82 | 0.04 | 52.54 | 0.91 | 0.57 |
| Hex | F5 | DC | 2C | 0 | A | 52 | 4 | 35 | 5B | 39 |
| Octal | 365 | 334 | 54 | 0 | 12 | 122 | 4 | 65 | 133 | 71 |
| Binary | 11110101 | 11011100 | 101100 | 0 | 1010 | 1010010 | 100 | 110101 | 1011011 | 111001 |
Color Harmonies of #F5DC2C
Complementary color
Monochromatic Colors of #F5DC2C
Black with #F5DC2C
Text Example
Text Example
White with #F5DC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DC2C; }
p { color: rgb(245,220,44); }
H1.HeaderClassName
{
color: #F5DC2C;
}
.AnyTagClassName
{
color: #F5DC2C;
}
</style>
background-color css
<style>
a { background-color: #F5DC2C; }
a { background-color: rgb(245,220,44); }
div.DivClassName
{
background-color: #F5DC2C;
}
.BgClassName
{
background-color: #F5DC2C;
}
</style>
border-color css
<style>
span { border-color: #F5DC2C; }
span { border-color: rgb(245,220,44); }
td.TdClassName
{
border-color: #F5DC2C;
}
.TagClassName
{
border-color: #F5DC2C;
}
</style>