Shades of Golden Fizz #F1DD3C
Tints of Golden Fizz #F1DD3C
RGB
CMYK
RGB Variations
Color information
#F1DD3C (or 0xF1DD3C) is known color: Golden Fizz. HEX triplet: F1, DD and 3C. RGB value is (241,221,60). Sum of RGB (Red+Green+Blue) = 241+221+60=522 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.17% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 60 (23.83% from 255 or 11.49% from 522); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DD3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1DD3C is #0E22C3. Grayscale: #D1D1D1. Windows color (decimal): -926404 or 3988977. OLE color: 3988977.
HSL color Cylindrical-coordinate representation of color #F1DD3C: hue angle of 53.37º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F1DD3C is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 221 | 60 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.05 |
| HSL | 53.37º | 0.87% | 0.59% | - |
| HSV(B) | 53.37º | 0.75% | 0.95% | - |
| XYZ | 62.95 | 70.74 | 14.61 | - |
| YUV | 208.63 | 44.13 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 221 | 60 | 0 | 0.08 | 0.75 | 0.05 | 53.37 | 0.87 | 0.59 |
| Hex | F1 | DD | 3C | 0 | 8 | 4B | 5 | 35 | 57 | 3B |
| Octal | 361 | 335 | 74 | 0 | 10 | 113 | 5 | 65 | 127 | 73 |
| Binary | 11110001 | 11011101 | 111100 | 0 | 1000 | 1001011 | 101 | 110101 | 1010111 | 111011 |
Color Harmonies of #F1DD3C
Complementary color
Monochromatic Colors of #F1DD3C
Black with #F1DD3C
Text Example
Text Example
White with #F1DD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DD3C; }
p { color: rgb(241,221,60); }
H1.HeaderClassName
{
color: #F1DD3C;
}
.AnyTagClassName
{
color: #F1DD3C;
}
</style>
background-color css
<style>
a { background-color: #F1DD3C; }
a { background-color: rgb(241,221,60); }
div.DivClassName
{
background-color: #F1DD3C;
}
.BgClassName
{
background-color: #F1DD3C;
}
</style>
border-color css
<style>
span { border-color: #F1DD3C; }
span { border-color: rgb(241,221,60); }
td.TdClassName
{
border-color: #F1DD3C;
}
.TagClassName
{
border-color: #F1DD3C;
}
</style>