Shades of Golden Fizz #F1F828
Tints of Golden Fizz #F1F828
RGB
CMYK
RGB Variations
Color information
#F1F828 (or 0xF1F828) is known color: Golden Fizz. HEX triplet: F1, F8 and 28. RGB value is (241,248,40). Sum of RGB (Red+Green+Blue) = 241+248+40=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 248 (97.27% from 255 or 46.88% from 529); Blue value is 40 (16.02% from 255 or 7.56% from 529); Max value from RGB is 248 - color contains mainly: green. Hex color #F1F828 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1F828 is #0E07D7. Grayscale: #DFDFDF. Windows color (decimal): -919512 or 2685169. OLE color: 2685169.
HSL color Cylindrical-coordinate representation of color #F1F828: hue angle of 62.02º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F1F828 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 241 | 248 | 40 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.03 |
| HSL | 62.02º | 0.94% | 0.56% | - |
| HSV(B) | 62.02º | 0.84% | 0.97% | - |
| XYZ | 70.23 | 85.99 | 14.9 | - |
| YUV | 222.2 | 25.18 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 248 | 40 | 0.03 | 0 | 0.84 | 0.03 | 62.02 | 0.94 | 0.56 |
| Hex | F1 | F8 | 28 | 3 | 0 | 54 | 3 | 3E | 5E | 38 |
| Octal | 361 | 370 | 50 | 3 | 0 | 124 | 3 | 76 | 136 | 70 |
| Binary | 11110001 | 11111000 | 101000 | 11 | 0 | 1010100 | 11 | 111110 | 1011110 | 111000 |
Color Harmonies of #F1F828
Complementary color
Monochromatic Colors of #F1F828
Black with #F1F828
Text Example
Text Example
White with #F1F828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F828; }
p { color: rgb(241,248,40); }
H1.HeaderClassName
{
color: #F1F828;
}
.AnyTagClassName
{
color: #F1F828;
}
</style>
background-color css
<style>
a { background-color: #F1F828; }
a { background-color: rgb(241,248,40); }
div.DivClassName
{
background-color: #F1F828;
}
.BgClassName
{
background-color: #F1F828;
}
</style>
border-color css
<style>
span { border-color: #F1F828; }
span { border-color: rgb(241,248,40); }
td.TdClassName
{
border-color: #F1F828;
}
.TagClassName
{
border-color: #F1F828;
}
</style>