Shades of Golden Fizz #F5DB2F
Tints of Golden Fizz #F5DB2F
RGB
CMYK
RGB Variations
Color information
#F5DB2F (or 0xF5DB2F) is known color: Golden Fizz. HEX triplet: F5, DB and 2F. RGB value is (245,219,47). Sum of RGB (Red+Green+Blue) = 245+219+47=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 47 (18.75% from 255 or 9.20% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DB2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5DB2F is #0A24D0. Grayscale: #CFCFCF. Windows color (decimal): -664785 or 3136501. OLE color: 3136501.
HSL color Cylindrical-coordinate representation of color #F5DB2F: hue angle of 52.12º 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 #F5DB2F is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 219 | 47 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.04 |
| HSL | 52.12º | 0.91% | 0.57% | - |
| HSV(B) | 52.12º | 0.81% | 0.96% | - |
| XYZ | 63.5 | 70.28 | 12.91 | - |
| YUV | 207.17 | 37.61 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 219 | 47 | 0 | 0.11 | 0.81 | 0.04 | 52.12 | 0.91 | 0.57 |
| Hex | F5 | DB | 2F | 0 | B | 51 | 4 | 34 | 5B | 39 |
| Octal | 365 | 333 | 57 | 0 | 13 | 121 | 4 | 64 | 133 | 71 |
| Binary | 11110101 | 11011011 | 101111 | 0 | 1011 | 1010001 | 100 | 110100 | 1011011 | 111001 |
Color Harmonies of #F5DB2F
Complementary color
Monochromatic Colors of #F5DB2F
Black with #F5DB2F
Text Example
Text Example
White with #F5DB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DB2F; }
p { color: rgb(245,219,47); }
H1.HeaderClassName
{
color: #F5DB2F;
}
.AnyTagClassName
{
color: #F5DB2F;
}
</style>
background-color css
<style>
a { background-color: #F5DB2F; }
a { background-color: rgb(245,219,47); }
div.DivClassName
{
background-color: #F5DB2F;
}
.BgClassName
{
background-color: #F5DB2F;
}
</style>
border-color css
<style>
span { border-color: #F5DB2F; }
span { border-color: rgb(245,219,47); }
td.TdClassName
{
border-color: #F5DB2F;
}
.TagClassName
{
border-color: #F5DB2F;
}
</style>