Shades of Golden Fizz #F1EE31
Tints of Golden Fizz #F1EE31
RGB
CMYK
RGB Variations
Color information
#F1EE31 (or 0xF1EE31) is known color: Golden Fizz. HEX triplet: F1, EE and 31. RGB value is (241,238,49). Sum of RGB (Red+Green+Blue) = 241+238+49=528 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.64% from 528); Green value is 238 (93.36% from 255 or 45.08% from 528); Blue value is 49 (19.53% from 255 or 9.28% from 528); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EE31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1EE31 is #0E11CE. Grayscale: #DADADA. Windows color (decimal): -922063 or 3272433. OLE color: 3272433.
HSL color Cylindrical-coordinate representation of color #F1EE31: hue angle of 59.06º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1EE31 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 238 | 49 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.05 |
| HSL | 59.06º | 0.87% | 0.57% | - |
| HSV(B) | 59.06º | 0.8% | 0.95% | - |
| XYZ | 67.4 | 80.07 | 14.81 | - |
| YUV | 217.35 | 32.99 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 238 | 49 | 0 | 0.01 | 0.80 | 0.05 | 59.06 | 0.87 | 0.57 |
| Hex | F1 | EE | 31 | 0 | 1 | 50 | 5 | 3B | 57 | 39 |
| Octal | 361 | 356 | 61 | 0 | 1 | 120 | 5 | 73 | 127 | 71 |
| Binary | 11110001 | 11101110 | 110001 | 0 | 1 | 1010000 | 101 | 111011 | 1010111 | 111001 |
Color Harmonies of #F1EE31
Complementary color
Monochromatic Colors of #F1EE31
Black with #F1EE31
Text Example
Text Example
White with #F1EE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EE31; }
p { color: rgb(241,238,49); }
H1.HeaderClassName
{
color: #F1EE31;
}
.AnyTagClassName
{
color: #F1EE31;
}
</style>
background-color css
<style>
a { background-color: #F1EE31; }
a { background-color: rgb(241,238,49); }
div.DivClassName
{
background-color: #F1EE31;
}
.BgClassName
{
background-color: #F1EE31;
}
</style>
border-color css
<style>
span { border-color: #F1EE31; }
span { border-color: rgb(241,238,49); }
td.TdClassName
{
border-color: #F1EE31;
}
.TagClassName
{
border-color: #F1EE31;
}
</style>