Shades of Golden Fizz #F1ED2B
Tints of Golden Fizz #F1ED2B
RGB
CMYK
RGB Variations
Color information
#F1ED2B (or 0xF1ED2B) is known color: Golden Fizz. HEX triplet: F1, ED and 2B. RGB value is (241,237,43). Sum of RGB (Red+Green+Blue) = 241+237+43=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 43 (17.19% from 255 or 8.25% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1ED2B is #0E12D4. Grayscale: #D8D8D8. Windows color (decimal): -922325 or 2878961. OLE color: 2878961.
HSL color Cylindrical-coordinate representation of color #F1ED2B: hue angle of 58.79º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F1ED2B is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 237 | 43 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.05 |
| HSL | 58.79º | 0.88% | 0.56% | - |
| HSV(B) | 58.79º | 0.82% | 0.95% | - |
| XYZ | 67 | 79.44 | 14.09 | - |
| YUV | 216.08 | 30.33 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 237 | 43 | 0 | 0.02 | 0.82 | 0.05 | 58.79 | 0.88 | 0.56 |
| Hex | F1 | ED | 2B | 0 | 2 | 52 | 5 | 3B | 58 | 38 |
| Octal | 361 | 355 | 53 | 0 | 2 | 122 | 5 | 73 | 130 | 70 |
| Binary | 11110001 | 11101101 | 101011 | 0 | 10 | 1010010 | 101 | 111011 | 1011000 | 111000 |
Color Harmonies of #F1ED2B
Complementary color
Monochromatic Colors of #F1ED2B
Black with #F1ED2B
Text Example
Text Example
White with #F1ED2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ED2B; }
p { color: rgb(241,237,43); }
H1.HeaderClassName
{
color: #F1ED2B;
}
.AnyTagClassName
{
color: #F1ED2B;
}
</style>
background-color css
<style>
a { background-color: #F1ED2B; }
a { background-color: rgb(241,237,43); }
div.DivClassName
{
background-color: #F1ED2B;
}
.BgClassName
{
background-color: #F1ED2B;
}
</style>
border-color css
<style>
span { border-color: #F1ED2B; }
span { border-color: rgb(241,237,43); }
td.TdClassName
{
border-color: #F1ED2B;
}
.TagClassName
{
border-color: #F1ED2B;
}
</style>