Shades of Golden Fizz #F1DB31
Tints of Golden Fizz #F1DB31
RGB
CMYK
RGB Variations
Color information
#F1DB31 (or 0xF1DB31) is known color: Golden Fizz. HEX triplet: F1, DB and 31. RGB value is (241,219,49). Sum of RGB (Red+Green+Blue) = 241+219+49=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 49 (19.53% from 255 or 9.63% from 509); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DB31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1DB31 is #0E24CE. Grayscale: #CECECE. Windows color (decimal): -926927 or 3267569. OLE color: 3267569.
HSL color Cylindrical-coordinate representation of color #F1DB31: hue angle of 53.12º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1DB31 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 219 | 49 | - |
| CMYK | 0 | 0.09 | 0.80 | 0.05 |
| HSL | 53.13º | 0.87% | 0.57% | - |
| HSV(B) | 53.13º | 0.8% | 0.95% | - |
| XYZ | 62.16 | 69.59 | 13.06 | - |
| YUV | 206.2 | 39.29 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 219 | 49 | 0 | 0.09 | 0.80 | 0.05 | 53.13 | 0.87 | 0.57 |
| Hex | F1 | DB | 31 | 0 | 9 | 50 | 5 | 35 | 57 | 39 |
| Octal | 361 | 333 | 61 | 0 | 11 | 120 | 5 | 65 | 127 | 71 |
| Binary | 11110001 | 11011011 | 110001 | 0 | 1001 | 1010000 | 101 | 110101 | 1010111 | 111001 |
Color Harmonies of #F1DB31
Complementary color
Monochromatic Colors of #F1DB31
Black with #F1DB31
Text Example
Text Example
White with #F1DB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DB31; }
p { color: rgb(241,219,49); }
H1.HeaderClassName
{
color: #F1DB31;
}
.AnyTagClassName
{
color: #F1DB31;
}
</style>
background-color css
<style>
a { background-color: #F1DB31; }
a { background-color: rgb(241,219,49); }
div.DivClassName
{
background-color: #F1DB31;
}
.BgClassName
{
background-color: #F1DB31;
}
</style>
border-color css
<style>
span { border-color: #F1DB31; }
span { border-color: rgb(241,219,49); }
td.TdClassName
{
border-color: #F1DB31;
}
.TagClassName
{
border-color: #F1DB31;
}
</style>