Shades of Golden Fizz #F1F528
Tints of Golden Fizz #F1F528
RGB
CMYK
RGB Variations
Color information
#F1F528 (or 0xF1F528) is known color: Golden Fizz. HEX triplet: F1, F5 and 28. RGB value is (241,245,40). Sum of RGB (Red+Green+Blue) = 241+245+40=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 245 (96.09% from 255 or 46.58% from 526); Blue value is 40 (16.02% from 255 or 7.60% from 526); Max value from RGB is 245 - color contains mainly: green. Hex color #F1F528 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1F528 is #0E0AD7. Grayscale: #DDDDDD. Windows color (decimal): -920280 or 2684401. OLE color: 2684401.
HSL color Cylindrical-coordinate representation of color #F1F528: hue angle of 61.17º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F1F528 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 245 | 40 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.04 |
| HSL | 61.17º | 0.91% | 0.56% | - |
| HSV(B) | 61.17º | 0.84% | 0.96% | - |
| XYZ | 69.31 | 84.16 | 14.6 | - |
| YUV | 220.43 | 26.17 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 245 | 40 | 0.02 | 0 | 0.84 | 0.04 | 61.17 | 0.91 | 0.56 |
| Hex | F1 | F5 | 28 | 2 | 0 | 54 | 4 | 3D | 5B | 38 |
| Octal | 361 | 365 | 50 | 2 | 0 | 124 | 4 | 75 | 133 | 70 |
| Binary | 11110001 | 11110101 | 101000 | 10 | 0 | 1010100 | 100 | 111101 | 1011011 | 111000 |
Color Harmonies of #F1F528
Complementary color
Monochromatic Colors of #F1F528
Black with #F1F528
Text Example
Text Example
White with #F1F528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F528; }
p { color: rgb(241,245,40); }
H1.HeaderClassName
{
color: #F1F528;
}
.AnyTagClassName
{
color: #F1F528;
}
</style>
background-color css
<style>
a { background-color: #F1F528; }
a { background-color: rgb(241,245,40); }
div.DivClassName
{
background-color: #F1F528;
}
.BgClassName
{
background-color: #F1F528;
}
</style>
border-color css
<style>
span { border-color: #F1F528; }
span { border-color: rgb(241,245,40); }
td.TdClassName
{
border-color: #F1F528;
}
.TagClassName
{
border-color: #F1F528;
}
</style>