Shades of Golden Fizz #F5D92B
Tints of Golden Fizz #F5D92B
RGB
CMYK
RGB Variations
Color information
#F5D92B (or 0xF5D92B) is known color: Golden Fizz. HEX triplet: F5, D9 and 2B. RGB value is (245,217,43). Sum of RGB (Red+Green+Blue) = 245+217+43=505 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.51% from 505); Green value is 217 (85.16% from 255 or 42.97% from 505); Blue value is 43 (17.19% from 255 or 8.51% from 505); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D92B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D92B is #0A26D4. Grayscale: #CECECE. Windows color (decimal): -665301 or 2873845. OLE color: 2873845.
HSL color Cylindrical-coordinate representation of color #F5D92B: hue angle of 51.68º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F5D92B is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 217 | 43 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.04 |
| HSL | 51.68º | 0.91% | 0.56% | - |
| HSV(B) | 51.68º | 0.82% | 0.96% | - |
| XYZ | 62.91 | 69.21 | 12.33 | - |
| YUV | 205.54 | 36.28 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 217 | 43 | 0 | 0.11 | 0.82 | 0.04 | 51.68 | 0.91 | 0.56 |
| Hex | F5 | D9 | 2B | 0 | B | 52 | 4 | 34 | 5B | 38 |
| Octal | 365 | 331 | 53 | 0 | 13 | 122 | 4 | 64 | 133 | 70 |
| Binary | 11110101 | 11011001 | 101011 | 0 | 1011 | 1010010 | 100 | 110100 | 1011011 | 111000 |
Color Harmonies of #F5D92B
Complementary color
Monochromatic Colors of #F5D92B
Black with #F5D92B
Text Example
Text Example
White with #F5D92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D92B; }
p { color: rgb(245,217,43); }
H1.HeaderClassName
{
color: #F5D92B;
}
.AnyTagClassName
{
color: #F5D92B;
}
</style>
background-color css
<style>
a { background-color: #F5D92B; }
a { background-color: rgb(245,217,43); }
div.DivClassName
{
background-color: #F5D92B;
}
.BgClassName
{
background-color: #F5D92B;
}
</style>
border-color css
<style>
span { border-color: #F5D92B; }
span { border-color: rgb(245,217,43); }
td.TdClassName
{
border-color: #F5D92B;
}
.TagClassName
{
border-color: #F5D92B;
}
</style>