Shades of Golden Fizz #F1ED28
Tints of Golden Fizz #F1ED28
RGB
CMYK
RGB Variations
Color information
#F1ED28 (or 0xF1ED28) is known color: Golden Fizz. HEX triplet: F1, ED and 28. RGB value is (241,237,40). Sum of RGB (Red+Green+Blue) = 241+237+40=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 40 (16.02% from 255 or 7.72% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1ED28 is #0E12D7. Grayscale: #D8D8D8. Windows color (decimal): -922328 or 2682353. OLE color: 2682353.
HSL color Cylindrical-coordinate representation of color #F1ED28: hue angle of 58.81º 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 #F1ED28 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 237 | 40 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.05 |
| HSL | 58.81º | 0.88% | 0.55% | - |
| HSV(B) | 58.81º | 0.83% | 0.95% | - |
| XYZ | 66.94 | 79.42 | 13.81 | - |
| YUV | 215.74 | 28.83 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 237 | 40 | 0 | 0.02 | 0.83 | 0.05 | 58.81 | 0.88 | 0.55 |
| Hex | F1 | ED | 28 | 0 | 2 | 53 | 5 | 3B | 58 | 37 |
| Octal | 361 | 355 | 50 | 0 | 2 | 123 | 5 | 73 | 130 | 67 |
| Binary | 11110001 | 11101101 | 101000 | 0 | 10 | 1010011 | 101 | 111011 | 1011000 | 110111 |
Color Harmonies of #F1ED28
Complementary color
Monochromatic Colors of #F1ED28
Black with #F1ED28
Text Example
Text Example
White with #F1ED28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ED28; }
p { color: rgb(241,237,40); }
H1.HeaderClassName
{
color: #F1ED28;
}
.AnyTagClassName
{
color: #F1ED28;
}
</style>
background-color css
<style>
a { background-color: #F1ED28; }
a { background-color: rgb(241,237,40); }
div.DivClassName
{
background-color: #F1ED28;
}
.BgClassName
{
background-color: #F1ED28;
}
</style>
border-color css
<style>
span { border-color: #F1ED28; }
span { border-color: rgb(241,237,40); }
td.TdClassName
{
border-color: #F1ED28;
}
.TagClassName
{
border-color: #F1ED28;
}
</style>