Shades of Golden Fizz #F5D92D
Tints of Golden Fizz #F5D92D
RGB
CMYK
RGB Variations
Color information
#F5D92D (or 0xF5D92D) is known color: Golden Fizz. HEX triplet: F5, D9 and 2D. RGB value is (245,217,45). Sum of RGB (Red+Green+Blue) = 245+217+45=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 217 (85.16% from 255 or 42.80% from 507); Blue value is 45 (17.97% from 255 or 8.88% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D92D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D92D is #0A26D2. Grayscale: #CECECE. Windows color (decimal): -665299 or 3004917. OLE color: 3004917.
HSL color Cylindrical-coordinate representation of color #F5D92D: hue angle of 51.6º 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 #F5D92D is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 217 | 45 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.04 |
| HSL | 51.6º | 0.91% | 0.57% | - |
| HSV(B) | 51.6º | 0.82% | 0.96% | - |
| XYZ | 62.94 | 69.23 | 12.53 | - |
| YUV | 205.76 | 37.28 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 217 | 45 | 0 | 0.11 | 0.82 | 0.04 | 51.6 | 0.91 | 0.57 |
| Hex | F5 | D9 | 2D | 0 | B | 52 | 4 | 34 | 5B | 39 |
| Octal | 365 | 331 | 55 | 0 | 13 | 122 | 4 | 64 | 133 | 71 |
| Binary | 11110101 | 11011001 | 101101 | 0 | 1011 | 1010010 | 100 | 110100 | 1011011 | 111001 |
Color Harmonies of #F5D92D
Complementary color
Monochromatic Colors of #F5D92D
Black with #F5D92D
Text Example
Text Example
White with #F5D92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D92D; }
p { color: rgb(245,217,45); }
H1.HeaderClassName
{
color: #F5D92D;
}
.AnyTagClassName
{
color: #F5D92D;
}
</style>
background-color css
<style>
a { background-color: #F5D92D; }
a { background-color: rgb(245,217,45); }
div.DivClassName
{
background-color: #F5D92D;
}
.BgClassName
{
background-color: #F5D92D;
}
</style>
border-color css
<style>
span { border-color: #F5D92D; }
span { border-color: rgb(245,217,45); }
td.TdClassName
{
border-color: #F5D92D;
}
.TagClassName
{
border-color: #F5D92D;
}
</style>