Shades of Golden Fizz #F1DF38
Tints of Golden Fizz #F1DF38
RGB
CMYK
RGB Variations
Color information
#F1DF38 (or 0xF1DF38) is known color: Golden Fizz. HEX triplet: F1, DF and 38. RGB value is (241,223,56). Sum of RGB (Red+Green+Blue) = 241+223+56=520 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.35% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 56 (22.27% from 255 or 10.77% from 520); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DF38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1DF38 is #0E20C7. Grayscale: #D2D2D2. Windows color (decimal): -925896 or 3727345. OLE color: 3727345.
HSL color Cylindrical-coordinate representation of color #F1DF38: hue angle of 54.16º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F1DF38 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 223 | 56 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.05 |
| HSL | 54.16º | 0.87% | 0.58% | - |
| HSV(B) | 54.16º | 0.77% | 0.95% | - |
| XYZ | 63.38 | 71.76 | 14.25 | - |
| YUV | 209.34 | 41.46 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 223 | 56 | 0 | 0.07 | 0.77 | 0.05 | 54.16 | 0.87 | 0.58 |
| Hex | F1 | DF | 38 | 0 | 7 | 4D | 5 | 36 | 57 | 3A |
| Octal | 361 | 337 | 70 | 0 | 7 | 115 | 5 | 66 | 127 | 72 |
| Binary | 11110001 | 11011111 | 111000 | 0 | 111 | 1001101 | 101 | 110110 | 1010111 | 111010 |
Color Harmonies of #F1DF38
Complementary color
Monochromatic Colors of #F1DF38
Black with #F1DF38
Text Example
Text Example
White with #F1DF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DF38; }
p { color: rgb(241,223,56); }
H1.HeaderClassName
{
color: #F1DF38;
}
.AnyTagClassName
{
color: #F1DF38;
}
</style>
background-color css
<style>
a { background-color: #F1DF38; }
a { background-color: rgb(241,223,56); }
div.DivClassName
{
background-color: #F1DF38;
}
.BgClassName
{
background-color: #F1DF38;
}
</style>
border-color css
<style>
span { border-color: #F1DF38; }
span { border-color: rgb(241,223,56); }
td.TdClassName
{
border-color: #F1DF38;
}
.TagClassName
{
border-color: #F1DF38;
}
</style>