Shades of Golden Fizz #F1DB3E
Tints of Golden Fizz #F1DB3E
RGB
CMYK
RGB Variations
Color information
#F1DB3E (or 0xF1DB3E) is known color: Golden Fizz. HEX triplet: F1, DB and 3E. RGB value is (241,219,62). Sum of RGB (Red+Green+Blue) = 241+219+62=522 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.17% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 62 (24.61% from 255 or 11.88% from 522); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DB3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1DB3E is #0E24C1. Grayscale: #D0D0D0. Windows color (decimal): -926914 or 4119537. OLE color: 4119537.
HSL color Cylindrical-coordinate representation of color #F1DB3E: hue angle of 52.63º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F1DB3E is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 219 | 62 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.05 |
| HSL | 52.63º | 0.86% | 0.59% | - |
| HSV(B) | 52.63º | 0.74% | 0.95% | - |
| XYZ | 62.48 | 69.71 | 14.72 | - |
| YUV | 207.68 | 45.79 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 219 | 62 | 0 | 0.09 | 0.74 | 0.05 | 52.63 | 0.86 | 0.59 |
| Hex | F1 | DB | 3E | 0 | 9 | 4A | 5 | 35 | 56 | 3B |
| Octal | 361 | 333 | 76 | 0 | 11 | 112 | 5 | 65 | 126 | 73 |
| Binary | 11110001 | 11011011 | 111110 | 0 | 1001 | 1001010 | 101 | 110101 | 1010110 | 111011 |
Color Harmonies of #F1DB3E
Complementary color
Monochromatic Colors of #F1DB3E
Black with #F1DB3E
Text Example
Text Example
White with #F1DB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DB3E; }
p { color: rgb(241,219,62); }
H1.HeaderClassName
{
color: #F1DB3E;
}
.AnyTagClassName
{
color: #F1DB3E;
}
</style>
background-color css
<style>
a { background-color: #F1DB3E; }
a { background-color: rgb(241,219,62); }
div.DivClassName
{
background-color: #F1DB3E;
}
.BgClassName
{
background-color: #F1DB3E;
}
</style>
border-color css
<style>
span { border-color: #F1DB3E; }
span { border-color: rgb(241,219,62); }
td.TdClassName
{
border-color: #F1DB3E;
}
.TagClassName
{
border-color: #F1DB3E;
}
</style>