Shades of Golden Fizz #F1DC3A
Tints of Golden Fizz #F1DC3A
RGB
CMYK
RGB Variations
Color information
#F1DC3A (or 0xF1DC3A) is known color: Golden Fizz. HEX triplet: F1, DC and 3A. RGB value is (241,220,58). Sum of RGB (Red+Green+Blue) = 241+220+58=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 58 (23.05% from 255 or 11.18% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DC3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1DC3A is #0E23C5. Grayscale: #D0D0D0. Windows color (decimal): -926662 or 3857649. OLE color: 3857649.
HSL color Cylindrical-coordinate representation of color #F1DC3A: hue angle of 53.11º 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 #F1DC3A is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 220 | 58 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.05 |
| HSL | 53.11º | 0.87% | 0.59% | - |
| HSV(B) | 53.11º | 0.76% | 0.95% | - |
| XYZ | 62.63 | 70.19 | 14.25 | - |
| YUV | 207.81 | 43.46 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 220 | 58 | 0 | 0.09 | 0.76 | 0.05 | 53.11 | 0.87 | 0.59 |
| Hex | F1 | DC | 3A | 0 | 9 | 4C | 5 | 35 | 57 | 3B |
| Octal | 361 | 334 | 72 | 0 | 11 | 114 | 5 | 65 | 127 | 73 |
| Binary | 11110001 | 11011100 | 111010 | 0 | 1001 | 1001100 | 101 | 110101 | 1010111 | 111011 |
Color Harmonies of #F1DC3A
Complementary color
Monochromatic Colors of #F1DC3A
Black with #F1DC3A
Text Example
Text Example
White with #F1DC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DC3A; }
p { color: rgb(241,220,58); }
H1.HeaderClassName
{
color: #F1DC3A;
}
.AnyTagClassName
{
color: #F1DC3A;
}
</style>
background-color css
<style>
a { background-color: #F1DC3A; }
a { background-color: rgb(241,220,58); }
div.DivClassName
{
background-color: #F1DC3A;
}
.BgClassName
{
background-color: #F1DC3A;
}
</style>
border-color css
<style>
span { border-color: #F1DC3A; }
span { border-color: rgb(241,220,58); }
td.TdClassName
{
border-color: #F1DC3A;
}
.TagClassName
{
border-color: #F1DC3A;
}
</style>