Shades of Golden Fizz #F1ED34
Tints of Golden Fizz #F1ED34
RGB
CMYK
RGB Variations
Color information
#F1ED34 (or 0xF1ED34) is known color: Golden Fizz. HEX triplet: F1, ED and 34. RGB value is (241,237,52). Sum of RGB (Red+Green+Blue) = 241+237+52=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 237 (92.97% from 255 or 44.72% from 530); Blue value is 52 (20.70% from 255 or 9.81% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1ED34 is #0E12CB. Grayscale: #D9D9D9. Windows color (decimal): -922316 or 3468785. OLE color: 3468785.
HSL color Cylindrical-coordinate representation of color #F1ED34: hue angle of 58.73º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F1ED34 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 237 | 52 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.05 |
| HSL | 58.73º | 0.87% | 0.57% | - |
| HSV(B) | 58.73º | 0.78% | 0.95% | - |
| XYZ | 67.18 | 79.52 | 15.06 | - |
| YUV | 217.11 | 34.83 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 237 | 52 | 0 | 0.02 | 0.78 | 0.05 | 58.73 | 0.87 | 0.57 |
| Hex | F1 | ED | 34 | 0 | 2 | 4E | 5 | 3B | 57 | 39 |
| Octal | 361 | 355 | 64 | 0 | 2 | 116 | 5 | 73 | 127 | 71 |
| Binary | 11110001 | 11101101 | 110100 | 0 | 10 | 1001110 | 101 | 111011 | 1010111 | 111001 |
Color Harmonies of #F1ED34
Complementary color
Monochromatic Colors of #F1ED34
Black with #F1ED34
Text Example
Text Example
White with #F1ED34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ED34; }
p { color: rgb(241,237,52); }
H1.HeaderClassName
{
color: #F1ED34;
}
.AnyTagClassName
{
color: #F1ED34;
}
</style>
background-color css
<style>
a { background-color: #F1ED34; }
a { background-color: rgb(241,237,52); }
div.DivClassName
{
background-color: #F1ED34;
}
.BgClassName
{
background-color: #F1ED34;
}
</style>
border-color css
<style>
span { border-color: #F1ED34; }
span { border-color: rgb(241,237,52); }
td.TdClassName
{
border-color: #F1ED34;
}
.TagClassName
{
border-color: #F1ED34;
}
</style>