Shades of Golden Fizz #F1DF3C
Tints of Golden Fizz #F1DF3C
RGB
CMYK
RGB Variations
Color information
#F1DF3C (or 0xF1DF3C) is known color: Golden Fizz. HEX triplet: F1, DF and 3C. RGB value is (241,223,60). Sum of RGB (Red+Green+Blue) = 241+223+60=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 60 (23.83% from 255 or 11.45% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DF3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1DF3C is #0E20C3. Grayscale: #D2D2D2. Windows color (decimal): -925892 or 3989489. OLE color: 3989489.
HSL color Cylindrical-coordinate representation of color #F1DF3C: hue angle of 54.03º 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 #F1DF3C is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 223 | 60 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.05 |
| HSL | 54.03º | 0.87% | 0.59% | - |
| HSV(B) | 54.03º | 0.75% | 0.95% | - |
| XYZ | 63.48 | 71.8 | 14.79 | - |
| YUV | 209.8 | 43.46 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 223 | 60 | 0 | 0.07 | 0.75 | 0.05 | 54.03 | 0.87 | 0.59 |
| Hex | F1 | DF | 3C | 0 | 7 | 4B | 5 | 36 | 57 | 3B |
| Octal | 361 | 337 | 74 | 0 | 7 | 113 | 5 | 66 | 127 | 73 |
| Binary | 11110001 | 11011111 | 111100 | 0 | 111 | 1001011 | 101 | 110110 | 1010111 | 111011 |
Color Harmonies of #F1DF3C
Complementary color
Monochromatic Colors of #F1DF3C
Black with #F1DF3C
Text Example
Text Example
White with #F1DF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DF3C; }
p { color: rgb(241,223,60); }
H1.HeaderClassName
{
color: #F1DF3C;
}
.AnyTagClassName
{
color: #F1DF3C;
}
</style>
background-color css
<style>
a { background-color: #F1DF3C; }
a { background-color: rgb(241,223,60); }
div.DivClassName
{
background-color: #F1DF3C;
}
.BgClassName
{
background-color: #F1DF3C;
}
</style>
border-color css
<style>
span { border-color: #F1DF3C; }
span { border-color: rgb(241,223,60); }
td.TdClassName
{
border-color: #F1DF3C;
}
.TagClassName
{
border-color: #F1DF3C;
}
</style>