Shades of Golden Fizz #F1DC28
Tints of Golden Fizz #F1DC28
RGB
CMYK
RGB Variations
Color information
#F1DC28 (or 0xF1DC28) is known color: Golden Fizz. HEX triplet: F1, DC and 28. RGB value is (241,220,40). Sum of RGB (Red+Green+Blue) = 241+220+40=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 40 (16.02% from 255 or 7.98% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DC28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1DC28 is #0E23D7. Grayscale: #CECECE. Windows color (decimal): -926680 or 2678001. OLE color: 2678001.
HSL color Cylindrical-coordinate representation of color #F1DC28: hue angle of 53.73º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F1DC28 is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 220 | 40 | - |
| CMYK | 0 | 0.09 | 0.83 | 0.05 |
| HSL | 53.73º | 0.88% | 0.55% | - |
| HSV(B) | 53.73º | 0.83% | 0.95% | - |
| XYZ | 62.25 | 70.04 | 12.25 | - |
| YUV | 205.76 | 34.46 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 220 | 40 | 0 | 0.09 | 0.83 | 0.05 | 53.73 | 0.88 | 0.55 |
| Hex | F1 | DC | 28 | 0 | 9 | 53 | 5 | 36 | 58 | 37 |
| Octal | 361 | 334 | 50 | 0 | 11 | 123 | 5 | 66 | 130 | 67 |
| Binary | 11110001 | 11011100 | 101000 | 0 | 1001 | 1010011 | 101 | 110110 | 1011000 | 110111 |
Color Harmonies of #F1DC28
Complementary color
Monochromatic Colors of #F1DC28
Black with #F1DC28
Text Example
Text Example
White with #F1DC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DC28; }
p { color: rgb(241,220,40); }
H1.HeaderClassName
{
color: #F1DC28;
}
.AnyTagClassName
{
color: #F1DC28;
}
</style>
background-color css
<style>
a { background-color: #F1DC28; }
a { background-color: rgb(241,220,40); }
div.DivClassName
{
background-color: #F1DC28;
}
.BgClassName
{
background-color: #F1DC28;
}
</style>
border-color css
<style>
span { border-color: #F1DC28; }
span { border-color: rgb(241,220,40); }
td.TdClassName
{
border-color: #F1DC28;
}
.TagClassName
{
border-color: #F1DC28;
}
</style>