Shades of Golden Fizz #F1DB36
Tints of Golden Fizz #F1DB36
RGB
CMYK
RGB Variations
Color information
#F1DB36 (or 0xF1DB36) is known color: Golden Fizz. HEX triplet: F1, DB and 36. RGB value is (241,219,54). Sum of RGB (Red+Green+Blue) = 241+219+54=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 54 (21.48% from 255 or 10.51% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DB36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1DB36 is #0E24C9. Grayscale: #CFCFCF. Windows color (decimal): -926922 or 3595249. OLE color: 3595249.
HSL color Cylindrical-coordinate representation of color #F1DB36: hue angle of 52.94º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F1DB36 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 219 | 54 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.05 |
| HSL | 52.94º | 0.87% | 0.58% | - |
| HSV(B) | 52.94º | 0.78% | 0.95% | - |
| XYZ | 62.27 | 69.63 | 13.65 | - |
| YUV | 206.77 | 41.79 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 219 | 54 | 0 | 0.09 | 0.78 | 0.05 | 52.94 | 0.87 | 0.58 |
| Hex | F1 | DB | 36 | 0 | 9 | 4E | 5 | 35 | 57 | 3A |
| Octal | 361 | 333 | 66 | 0 | 11 | 116 | 5 | 65 | 127 | 72 |
| Binary | 11110001 | 11011011 | 110110 | 0 | 1001 | 1001110 | 101 | 110101 | 1010111 | 111010 |
Color Harmonies of #F1DB36
Complementary color
Monochromatic Colors of #F1DB36
Black with #F1DB36
Text Example
Text Example
White with #F1DB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DB36; }
p { color: rgb(241,219,54); }
H1.HeaderClassName
{
color: #F1DB36;
}
.AnyTagClassName
{
color: #F1DB36;
}
</style>
background-color css
<style>
a { background-color: #F1DB36; }
a { background-color: rgb(241,219,54); }
div.DivClassName
{
background-color: #F1DB36;
}
.BgClassName
{
background-color: #F1DB36;
}
</style>
border-color css
<style>
span { border-color: #F1DB36; }
span { border-color: rgb(241,219,54); }
td.TdClassName
{
border-color: #F1DB36;
}
.TagClassName
{
border-color: #F1DB36;
}
</style>