Shades of Golden Fizz #F5DD2D
Tints of Golden Fizz #F5DD2D
RGB
CMYK
RGB Variations
Color information
#F5DD2D (or 0xF5DD2D) is known color: Golden Fizz. HEX triplet: F5, DD and 2D. RGB value is (245,221,45). Sum of RGB (Red+Green+Blue) = 245+221+45=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 45 (17.97% from 255 or 8.81% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DD2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5DD2D is #0A22D2. Grayscale: #D0D0D0. Windows color (decimal): -664275 or 3005941. OLE color: 3005941.
HSL color Cylindrical-coordinate representation of color #F5DD2D: hue angle of 52.8º 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 #F5DD2D is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 221 | 45 | - |
| CMYK | 0 | 0.10 | 0.82 | 0.04 |
| HSL | 52.8º | 0.91% | 0.57% | - |
| HSV(B) | 52.8º | 0.82% | 0.96% | - |
| XYZ | 63.99 | 71.31 | 12.88 | - |
| YUV | 208.11 | 35.95 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 221 | 45 | 0 | 0.10 | 0.82 | 0.04 | 52.8 | 0.91 | 0.57 |
| Hex | F5 | DD | 2D | 0 | A | 52 | 4 | 35 | 5B | 39 |
| Octal | 365 | 335 | 55 | 0 | 12 | 122 | 4 | 65 | 133 | 71 |
| Binary | 11110101 | 11011101 | 101101 | 0 | 1010 | 1010010 | 100 | 110101 | 1011011 | 111001 |
Color Harmonies of #F5DD2D
Complementary color
Monochromatic Colors of #F5DD2D
Black with #F5DD2D
Text Example
Text Example
White with #F5DD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DD2D; }
p { color: rgb(245,221,45); }
H1.HeaderClassName
{
color: #F5DD2D;
}
.AnyTagClassName
{
color: #F5DD2D;
}
</style>
background-color css
<style>
a { background-color: #F5DD2D; }
a { background-color: rgb(245,221,45); }
div.DivClassName
{
background-color: #F5DD2D;
}
.BgClassName
{
background-color: #F5DD2D;
}
</style>
border-color css
<style>
span { border-color: #F5DD2D; }
span { border-color: rgb(245,221,45); }
td.TdClassName
{
border-color: #F5DD2D;
}
.TagClassName
{
border-color: #F5DD2D;
}
</style>