Shades of Golden Fizz #F5DA29
Tints of Golden Fizz #F5DA29
RGB
CMYK
RGB Variations
Color information
#F5DA29 (or 0xF5DA29) is known color: Golden Fizz. HEX triplet: F5, DA and 29. RGB value is (245,218,41). Sum of RGB (Red+Green+Blue) = 245+218+41=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 41 (16.41% from 255 or 8.13% from 504); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DA29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5DA29 is #0A25D6. Grayscale: #CECECE. Windows color (decimal): -665047 or 2743029. OLE color: 2743029.
HSL color Cylindrical-coordinate representation of color #F5DA29: hue angle of 52.06º 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 #F5DA29 is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 218 | 41 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.04 |
| HSL | 52.06º | 0.91% | 0.56% | - |
| HSV(B) | 52.06º | 0.83% | 0.96% | - |
| XYZ | 63.13 | 69.72 | 12.23 | - |
| YUV | 205.9 | 34.95 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 218 | 41 | 0 | 0.11 | 0.83 | 0.04 | 52.06 | 0.91 | 0.56 |
| Hex | F5 | DA | 29 | 0 | B | 53 | 4 | 34 | 5B | 38 |
| Octal | 365 | 332 | 51 | 0 | 13 | 123 | 4 | 64 | 133 | 70 |
| Binary | 11110101 | 11011010 | 101001 | 0 | 1011 | 1010011 | 100 | 110100 | 1011011 | 111000 |
Color Harmonies of #F5DA29
Complementary color
Monochromatic Colors of #F5DA29
Black with #F5DA29
Text Example
Text Example
White with #F5DA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DA29; }
p { color: rgb(245,218,41); }
H1.HeaderClassName
{
color: #F5DA29;
}
.AnyTagClassName
{
color: #F5DA29;
}
</style>
background-color css
<style>
a { background-color: #F5DA29; }
a { background-color: rgb(245,218,41); }
div.DivClassName
{
background-color: #F5DA29;
}
.BgClassName
{
background-color: #F5DA29;
}
</style>
border-color css
<style>
span { border-color: #F5DA29; }
span { border-color: rgb(245,218,41); }
td.TdClassName
{
border-color: #F5DA29;
}
.TagClassName
{
border-color: #F5DA29;
}
</style>