Shades of Golden Fizz #F1DD3E
Tints of Golden Fizz #F1DD3E
RGB
CMYK
RGB Variations
Color information
#F1DD3E (or 0xF1DD3E) is known color: Golden Fizz. HEX triplet: F1, DD and 3E. RGB value is (241,221,62). Sum of RGB (Red+Green+Blue) = 241+221+62=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 62 (24.61% from 255 or 11.83% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DD3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1DD3E is #0E22C1. Grayscale: #D1D1D1. Windows color (decimal): -926402 or 4120049. OLE color: 4120049.
HSL color Cylindrical-coordinate representation of color #F1DD3E: hue angle of 53.3º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F1DD3E is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 221 | 62 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.05 |
| HSL | 53.3º | 0.86% | 0.59% | - |
| HSV(B) | 53.3º | 0.74% | 0.95% | - |
| XYZ | 63 | 70.76 | 14.9 | - |
| YUV | 208.85 | 45.13 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 221 | 62 | 0 | 0.08 | 0.74 | 0.05 | 53.3 | 0.86 | 0.59 |
| Hex | F1 | DD | 3E | 0 | 8 | 4A | 5 | 35 | 56 | 3B |
| Octal | 361 | 335 | 76 | 0 | 10 | 112 | 5 | 65 | 126 | 73 |
| Binary | 11110001 | 11011101 | 111110 | 0 | 1000 | 1001010 | 101 | 110101 | 1010110 | 111011 |
Color Harmonies of #F1DD3E
Complementary color
Monochromatic Colors of #F1DD3E
Black with #F1DD3E
Text Example
Text Example
White with #F1DD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DD3E; }
p { color: rgb(241,221,62); }
H1.HeaderClassName
{
color: #F1DD3E;
}
.AnyTagClassName
{
color: #F1DD3E;
}
</style>
background-color css
<style>
a { background-color: #F1DD3E; }
a { background-color: rgb(241,221,62); }
div.DivClassName
{
background-color: #F1DD3E;
}
.BgClassName
{
background-color: #F1DD3E;
}
</style>
border-color css
<style>
span { border-color: #F1DD3E; }
span { border-color: rgb(241,221,62); }
td.TdClassName
{
border-color: #F1DD3E;
}
.TagClassName
{
border-color: #F1DD3E;
}
</style>