Shades of Golden Fizz #F1DB38
Tints of Golden Fizz #F1DB38
RGB
CMYK
RGB Variations
Color information
#F1DB38 (or 0xF1DB38) is known color: Golden Fizz. HEX triplet: F1, DB and 38. RGB value is (241,219,56). Sum of RGB (Red+Green+Blue) = 241+219+56=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 56 (22.27% from 255 or 10.85% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DB38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1DB38 is #0E24C7. Grayscale: #CFCFCF. Windows color (decimal): -926920 or 3726321. OLE color: 3726321.
HSL color Cylindrical-coordinate representation of color #F1DB38: hue angle of 52.86º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F1DB38 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 219 | 56 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.05 |
| HSL | 52.86º | 0.87% | 0.58% | - |
| HSV(B) | 52.86º | 0.77% | 0.95% | - |
| XYZ | 62.32 | 69.65 | 13.9 | - |
| YUV | 207 | 42.79 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 219 | 56 | 0 | 0.09 | 0.77 | 0.05 | 52.86 | 0.87 | 0.58 |
| Hex | F1 | DB | 38 | 0 | 9 | 4D | 5 | 35 | 57 | 3A |
| Octal | 361 | 333 | 70 | 0 | 11 | 115 | 5 | 65 | 127 | 72 |
| Binary | 11110001 | 11011011 | 111000 | 0 | 1001 | 1001101 | 101 | 110101 | 1010111 | 111010 |
Color Harmonies of #F1DB38
Complementary color
Monochromatic Colors of #F1DB38
Black with #F1DB38
Text Example
Text Example
White with #F1DB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DB38; }
p { color: rgb(241,219,56); }
H1.HeaderClassName
{
color: #F1DB38;
}
.AnyTagClassName
{
color: #F1DB38;
}
</style>
background-color css
<style>
a { background-color: #F1DB38; }
a { background-color: rgb(241,219,56); }
div.DivClassName
{
background-color: #F1DB38;
}
.BgClassName
{
background-color: #F1DB38;
}
</style>
border-color css
<style>
span { border-color: #F1DB38; }
span { border-color: rgb(241,219,56); }
td.TdClassName
{
border-color: #F1DB38;
}
.TagClassName
{
border-color: #F1DB38;
}
</style>