Shades of Golden Fizz #F1DD3A
Tints of Golden Fizz #F1DD3A
RGB
CMYK
RGB Variations
Color information
#F1DD3A (or 0xF1DD3A) is known color: Golden Fizz. HEX triplet: F1, DD and 3A. RGB value is (241,221,58). Sum of RGB (Red+Green+Blue) = 241+221+58=520 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.35% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 58 (23.05% from 255 or 11.15% from 520); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DD3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1DD3A is #0E22C5. Grayscale: #D1D1D1. Windows color (decimal): -926406 or 3857905. OLE color: 3857905.
HSL color Cylindrical-coordinate representation of color #F1DD3A: hue angle of 53.44º 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 #F1DD3A is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 221 | 58 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.05 |
| HSL | 53.44º | 0.87% | 0.59% | - |
| HSV(B) | 53.44º | 0.76% | 0.95% | - |
| XYZ | 62.9 | 70.72 | 14.34 | - |
| YUV | 208.4 | 43.13 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 221 | 58 | 0 | 0.08 | 0.76 | 0.05 | 53.44 | 0.87 | 0.59 |
| Hex | F1 | DD | 3A | 0 | 8 | 4C | 5 | 35 | 57 | 3B |
| Octal | 361 | 335 | 72 | 0 | 10 | 114 | 5 | 65 | 127 | 73 |
| Binary | 11110001 | 11011101 | 111010 | 0 | 1000 | 1001100 | 101 | 110101 | 1010111 | 111011 |
Color Harmonies of #F1DD3A
Complementary color
Monochromatic Colors of #F1DD3A
Black with #F1DD3A
Text Example
Text Example
White with #F1DD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DD3A; }
p { color: rgb(241,221,58); }
H1.HeaderClassName
{
color: #F1DD3A;
}
.AnyTagClassName
{
color: #F1DD3A;
}
</style>
background-color css
<style>
a { background-color: #F1DD3A; }
a { background-color: rgb(241,221,58); }
div.DivClassName
{
background-color: #F1DD3A;
}
.BgClassName
{
background-color: #F1DD3A;
}
</style>
border-color css
<style>
span { border-color: #F1DD3A; }
span { border-color: rgb(241,221,58); }
td.TdClassName
{
border-color: #F1DD3A;
}
.TagClassName
{
border-color: #F1DD3A;
}
</style>