Shades of Golden Fizz #F5DB26
Tints of Golden Fizz #F5DB26
RGB
CMYK
RGB Variations
Color information
#F5DB26 (or 0xF5DB26) is known color: Golden Fizz. HEX triplet: F5, DB and 26. RGB value is (245,219,38). Sum of RGB (Red+Green+Blue) = 245+219+38=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 38 (15.23% from 255 or 7.57% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DB26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5DB26 is #0A24D9. Grayscale: #CECECE. Windows color (decimal): -664794 or 2546677. OLE color: 2546677.
HSL color Cylindrical-coordinate representation of color #F5DB26: hue angle of 52.46º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F5DB26 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 219 | 38 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.04 |
| HSL | 52.46º | 0.91% | 0.55% | - |
| HSV(B) | 52.46º | 0.84% | 0.96% | - |
| XYZ | 63.34 | 70.22 | 12.05 | - |
| YUV | 206.14 | 33.11 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 219 | 38 | 0 | 0.11 | 0.84 | 0.04 | 52.46 | 0.91 | 0.55 |
| Hex | F5 | DB | 26 | 0 | B | 54 | 4 | 34 | 5B | 37 |
| Octal | 365 | 333 | 46 | 0 | 13 | 124 | 4 | 64 | 133 | 67 |
| Binary | 11110101 | 11011011 | 100110 | 0 | 1011 | 1010100 | 100 | 110100 | 1011011 | 110111 |
Color Harmonies of #F5DB26
Complementary color
Monochromatic Colors of #F5DB26
Black with #F5DB26
Text Example
Text Example
White with #F5DB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DB26; }
p { color: rgb(245,219,38); }
H1.HeaderClassName
{
color: #F5DB26;
}
.AnyTagClassName
{
color: #F5DB26;
}
</style>
background-color css
<style>
a { background-color: #F5DB26; }
a { background-color: rgb(245,219,38); }
div.DivClassName
{
background-color: #F5DB26;
}
.BgClassName
{
background-color: #F5DB26;
}
</style>
border-color css
<style>
span { border-color: #F5DB26; }
span { border-color: rgb(245,219,38); }
td.TdClassName
{
border-color: #F5DB26;
}
.TagClassName
{
border-color: #F5DB26;
}
</style>