Shades of Golden Fizz #F1DF3A
Tints of Golden Fizz #F1DF3A
RGB
CMYK
RGB Variations
Color information
#F1DF3A (or 0xF1DF3A) is known color: Golden Fizz. HEX triplet: F1, DF and 3A. RGB value is (241,223,58). Sum of RGB (Red+Green+Blue) = 241+223+58=522 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.17% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 58 (23.05% from 255 or 11.11% from 522); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DF3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1DF3A is #0E20C5. Grayscale: #D2D2D2. Windows color (decimal): -925894 or 3858417. OLE color: 3858417.
HSL color Cylindrical-coordinate representation of color #F1DF3A: hue angle of 54.1º 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 #F1DF3A is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 223 | 58 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.05 |
| HSL | 54.1º | 0.87% | 0.59% | - |
| HSV(B) | 54.1º | 0.76% | 0.95% | - |
| XYZ | 63.43 | 71.78 | 14.52 | - |
| YUV | 209.57 | 42.46 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 223 | 58 | 0 | 0.07 | 0.76 | 0.05 | 54.1 | 0.87 | 0.59 |
| Hex | F1 | DF | 3A | 0 | 7 | 4C | 5 | 36 | 57 | 3B |
| Octal | 361 | 337 | 72 | 0 | 7 | 114 | 5 | 66 | 127 | 73 |
| Binary | 11110001 | 11011111 | 111010 | 0 | 111 | 1001100 | 101 | 110110 | 1010111 | 111011 |
Color Harmonies of #F1DF3A
Complementary color
Monochromatic Colors of #F1DF3A
Black with #F1DF3A
Text Example
Text Example
White with #F1DF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DF3A; }
p { color: rgb(241,223,58); }
H1.HeaderClassName
{
color: #F1DF3A;
}
.AnyTagClassName
{
color: #F1DF3A;
}
</style>
background-color css
<style>
a { background-color: #F1DF3A; }
a { background-color: rgb(241,223,58); }
div.DivClassName
{
background-color: #F1DF3A;
}
.BgClassName
{
background-color: #F1DF3A;
}
</style>
border-color css
<style>
span { border-color: #F1DF3A; }
span { border-color: rgb(241,223,58); }
td.TdClassName
{
border-color: #F1DF3A;
}
.TagClassName
{
border-color: #F1DF3A;
}
</style>