Shades of Golden Fizz #F1DC3F
Tints of Golden Fizz #F1DC3F
RGB
CMYK
RGB Variations
Color information
#F1DC3F (or 0xF1DC3F) is known color: Golden Fizz. HEX triplet: F1, DC and 3F. RGB value is (241,220,63). Sum of RGB (Red+Green+Blue) = 241+220+63=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 63 (25% from 255 or 12.02% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DC3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1DC3F is #0E23C0. Grayscale: #D1D1D1. Windows color (decimal): -926657 or 4185329. OLE color: 4185329.
HSL color Cylindrical-coordinate representation of color #F1DC3F: hue angle of 52.92º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F1DC3F is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 220 | 63 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.05 |
| HSL | 52.92º | 0.86% | 0.6% | - |
| HSV(B) | 52.92º | 0.74% | 0.95% | - |
| XYZ | 62.77 | 70.25 | 14.95 | - |
| YUV | 208.38 | 45.96 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 220 | 63 | 0 | 0.09 | 0.74 | 0.05 | 52.92 | 0.86 | 0.6 |
| Hex | F1 | DC | 3F | 0 | 9 | 4A | 5 | 35 | 56 | 3C |
| Octal | 361 | 334 | 77 | 0 | 11 | 112 | 5 | 65 | 126 | 74 |
| Binary | 11110001 | 11011100 | 111111 | 0 | 1001 | 1001010 | 101 | 110101 | 1010110 | 111100 |
Color Harmonies of #F1DC3F
Complementary color
Monochromatic Colors of #F1DC3F
Black with #F1DC3F
Text Example
Text Example
White with #F1DC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DC3F; }
p { color: rgb(241,220,63); }
H1.HeaderClassName
{
color: #F1DC3F;
}
.AnyTagClassName
{
color: #F1DC3F;
}
</style>
background-color css
<style>
a { background-color: #F1DC3F; }
a { background-color: rgb(241,220,63); }
div.DivClassName
{
background-color: #F1DC3F;
}
.BgClassName
{
background-color: #F1DC3F;
}
</style>
border-color css
<style>
span { border-color: #F1DC3F; }
span { border-color: rgb(241,220,63); }
td.TdClassName
{
border-color: #F1DC3F;
}
.TagClassName
{
border-color: #F1DC3F;
}
</style>