Shades of Golden Fizz #F5DA2F
Tints of Golden Fizz #F5DA2F
RGB
CMYK
RGB Variations
Color information
#F5DA2F (or 0xF5DA2F) is known color: Golden Fizz. HEX triplet: F5, DA and 2F. RGB value is (245,218,47). Sum of RGB (Red+Green+Blue) = 245+218+47=510 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.04% from 510); Green value is 218 (85.55% from 255 or 42.75% from 510); Blue value is 47 (18.75% from 255 or 9.22% from 510); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DA2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5DA2F is #0A25D0. Grayscale: #CFCFCF. Windows color (decimal): -665041 or 3136245. OLE color: 3136245.
HSL color Cylindrical-coordinate representation of color #F5DA2F: hue angle of 51.82º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F5DA2F is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 218 | 47 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.04 |
| HSL | 51.82º | 0.91% | 0.57% | - |
| HSV(B) | 51.82º | 0.81% | 0.96% | - |
| XYZ | 63.24 | 69.76 | 12.82 | - |
| YUV | 206.58 | 37.95 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 218 | 47 | 0 | 0.11 | 0.81 | 0.04 | 51.82 | 0.91 | 0.57 |
| Hex | F5 | DA | 2F | 0 | B | 51 | 4 | 34 | 5B | 39 |
| Octal | 365 | 332 | 57 | 0 | 13 | 121 | 4 | 64 | 133 | 71 |
| Binary | 11110101 | 11011010 | 101111 | 0 | 1011 | 1010001 | 100 | 110100 | 1011011 | 111001 |
Color Harmonies of #F5DA2F
Complementary color
Monochromatic Colors of #F5DA2F
Black with #F5DA2F
Text Example
Text Example
White with #F5DA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DA2F; }
p { color: rgb(245,218,47); }
H1.HeaderClassName
{
color: #F5DA2F;
}
.AnyTagClassName
{
color: #F5DA2F;
}
</style>
background-color css
<style>
a { background-color: #F5DA2F; }
a { background-color: rgb(245,218,47); }
div.DivClassName
{
background-color: #F5DA2F;
}
.BgClassName
{
background-color: #F5DA2F;
}
</style>
border-color css
<style>
span { border-color: #F5DA2F; }
span { border-color: rgb(245,218,47); }
td.TdClassName
{
border-color: #F5DA2F;
}
.TagClassName
{
border-color: #F5DA2F;
}
</style>