Shades of Golden Fizz #F1DB34
Tints of Golden Fizz #F1DB34
RGB
CMYK
RGB Variations
Color information
#F1DB34 (or 0xF1DB34) is known color: Golden Fizz. HEX triplet: F1, DB and 34. RGB value is (241,219,52). Sum of RGB (Red+Green+Blue) = 241+219+52=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 52 (20.70% from 255 or 10.16% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DB34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1DB34 is #0E24CB. Grayscale: #CFCFCF. Windows color (decimal): -926924 or 3464177. OLE color: 3464177.
HSL color Cylindrical-coordinate representation of color #F1DB34: hue angle of 53.02º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F1DB34 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 219 | 52 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.05 |
| HSL | 53.02º | 0.87% | 0.57% | - |
| HSV(B) | 53.02º | 0.78% | 0.95% | - |
| XYZ | 62.23 | 69.61 | 13.41 | - |
| YUV | 206.54 | 40.79 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 219 | 52 | 0 | 0.09 | 0.78 | 0.05 | 53.02 | 0.87 | 0.57 |
| Hex | F1 | DB | 34 | 0 | 9 | 4E | 5 | 35 | 57 | 39 |
| Octal | 361 | 333 | 64 | 0 | 11 | 116 | 5 | 65 | 127 | 71 |
| Binary | 11110001 | 11011011 | 110100 | 0 | 1001 | 1001110 | 101 | 110101 | 1010111 | 111001 |
Color Harmonies of #F1DB34
Complementary color
Monochromatic Colors of #F1DB34
Black with #F1DB34
Text Example
Text Example
White with #F1DB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DB34; }
p { color: rgb(241,219,52); }
H1.HeaderClassName
{
color: #F1DB34;
}
.AnyTagClassName
{
color: #F1DB34;
}
</style>
background-color css
<style>
a { background-color: #F1DB34; }
a { background-color: rgb(241,219,52); }
div.DivClassName
{
background-color: #F1DB34;
}
.BgClassName
{
background-color: #F1DB34;
}
</style>
border-color css
<style>
span { border-color: #F1DB34; }
span { border-color: rgb(241,219,52); }
td.TdClassName
{
border-color: #F1DB34;
}
.TagClassName
{
border-color: #F1DB34;
}
</style>