Shades of Golden Fizz #F1ED33
Tints of Golden Fizz #F1ED33
RGB
CMYK
RGB Variations
Color information
#F1ED33 (or 0xF1ED33) is known color: Golden Fizz. HEX triplet: F1, ED and 33. RGB value is (241,237,51). Sum of RGB (Red+Green+Blue) = 241+237+51=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 237 (92.97% from 255 or 44.80% from 529); Blue value is 51 (20.31% from 255 or 9.64% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED33 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1ED33 is #0E12CC. Grayscale: #D9D9D9. Windows color (decimal): -922317 or 3403249. OLE color: 3403249.
HSL color Cylindrical-coordinate representation of color #F1ED33: hue angle of 58.74º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F1ED33 is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 237 | 51 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.05 |
| HSL | 58.74º | 0.87% | 0.57% | - |
| HSV(B) | 58.74º | 0.79% | 0.95% | - |
| XYZ | 67.16 | 79.51 | 14.94 | - |
| YUV | 216.99 | 34.33 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 237 | 51 | 0 | 0.02 | 0.79 | 0.05 | 58.74 | 0.87 | 0.57 |
| Hex | F1 | ED | 33 | 0 | 2 | 4F | 5 | 3B | 57 | 39 |
| Octal | 361 | 355 | 63 | 0 | 2 | 117 | 5 | 73 | 127 | 71 |
| Binary | 11110001 | 11101101 | 110011 | 0 | 10 | 1001111 | 101 | 111011 | 1010111 | 111001 |
Color Harmonies of #F1ED33
Complementary color
Monochromatic Colors of #F1ED33
Black with #F1ED33
Text Example
Text Example
White with #F1ED33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ED33; }
p { color: rgb(241,237,51); }
H1.HeaderClassName
{
color: #F1ED33;
}
.AnyTagClassName
{
color: #F1ED33;
}
</style>
background-color css
<style>
a { background-color: #F1ED33; }
a { background-color: rgb(241,237,51); }
div.DivClassName
{
background-color: #F1ED33;
}
.BgClassName
{
background-color: #F1ED33;
}
</style>
border-color css
<style>
span { border-color: #F1ED33; }
span { border-color: rgb(241,237,51); }
td.TdClassName
{
border-color: #F1ED33;
}
.TagClassName
{
border-color: #F1ED33;
}
</style>