Shades of Golden Fizz #F5DD29
Tints of Golden Fizz #F5DD29
RGB
CMYK
RGB Variations
Color information
#F5DD29 (or 0xF5DD29) is known color: Golden Fizz. HEX triplet: F5, DD and 29. RGB value is (245,221,41). Sum of RGB (Red+Green+Blue) = 245+221+41=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 41 (16.41% from 255 or 8.09% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DD29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5DD29 is #0A22D6. Grayscale: #D0D0D0. Windows color (decimal): -664279 or 2743797. OLE color: 2743797.
HSL color Cylindrical-coordinate representation of color #F5DD29: hue angle of 52.94º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F5DD29 is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 221 | 41 | - |
| CMYK | 0 | 0.10 | 0.83 | 0.04 |
| HSL | 52.94º | 0.91% | 0.56% | - |
| HSV(B) | 52.94º | 0.83% | 0.96% | - |
| XYZ | 63.91 | 71.29 | 12.49 | - |
| YUV | 207.66 | 33.95 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 221 | 41 | 0 | 0.10 | 0.83 | 0.04 | 52.94 | 0.91 | 0.56 |
| Hex | F5 | DD | 29 | 0 | A | 53 | 4 | 35 | 5B | 38 |
| Octal | 365 | 335 | 51 | 0 | 12 | 123 | 4 | 65 | 133 | 70 |
| Binary | 11110101 | 11011101 | 101001 | 0 | 1010 | 1010011 | 100 | 110101 | 1011011 | 111000 |
Color Harmonies of #F5DD29
Complementary color
Monochromatic Colors of #F5DD29
Black with #F5DD29
Text Example
Text Example
White with #F5DD29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DD29; }
p { color: rgb(245,221,41); }
H1.HeaderClassName
{
color: #F5DD29;
}
.AnyTagClassName
{
color: #F5DD29;
}
</style>
background-color css
<style>
a { background-color: #F5DD29; }
a { background-color: rgb(245,221,41); }
div.DivClassName
{
background-color: #F5DD29;
}
.BgClassName
{
background-color: #F5DD29;
}
</style>
border-color css
<style>
span { border-color: #F5DD29; }
span { border-color: rgb(245,221,41); }
td.TdClassName
{
border-color: #F5DD29;
}
.TagClassName
{
border-color: #F5DD29;
}
</style>