Shades of Golden Fizz #F1DB3B
Tints of Golden Fizz #F1DB3B
RGB
CMYK
RGB Variations
Color information
#F1DB3B (or 0xF1DB3B) is known color: Golden Fizz. HEX triplet: F1, DB and 3B. RGB value is (241,219,59). Sum of RGB (Red+Green+Blue) = 241+219+59=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 59 (23.44% from 255 or 11.37% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DB3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1DB3B is #0E24C4. Grayscale: #D0D0D0. Windows color (decimal): -926917 or 3922929. OLE color: 3922929.
HSL color Cylindrical-coordinate representation of color #F1DB3B: hue angle of 52.75º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F1DB3B is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 219 | 59 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.05 |
| HSL | 52.75º | 0.87% | 0.59% | - |
| HSV(B) | 52.75º | 0.76% | 0.95% | - |
| XYZ | 62.4 | 69.68 | 14.3 | - |
| YUV | 207.34 | 44.29 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 219 | 59 | 0 | 0.09 | 0.76 | 0.05 | 52.75 | 0.87 | 0.59 |
| Hex | F1 | DB | 3B | 0 | 9 | 4C | 5 | 35 | 57 | 3B |
| Octal | 361 | 333 | 73 | 0 | 11 | 114 | 5 | 65 | 127 | 73 |
| Binary | 11110001 | 11011011 | 111011 | 0 | 1001 | 1001100 | 101 | 110101 | 1010111 | 111011 |
Color Harmonies of #F1DB3B
Complementary color
Monochromatic Colors of #F1DB3B
Black with #F1DB3B
Text Example
Text Example
White with #F1DB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DB3B; }
p { color: rgb(241,219,59); }
H1.HeaderClassName
{
color: #F1DB3B;
}
.AnyTagClassName
{
color: #F1DB3B;
}
</style>
background-color css
<style>
a { background-color: #F1DB3B; }
a { background-color: rgb(241,219,59); }
div.DivClassName
{
background-color: #F1DB3B;
}
.BgClassName
{
background-color: #F1DB3B;
}
</style>
border-color css
<style>
span { border-color: #F1DB3B; }
span { border-color: rgb(241,219,59); }
td.TdClassName
{
border-color: #F1DB3B;
}
.TagClassName
{
border-color: #F1DB3B;
}
</style>