Shades of Golden Fizz #F2E139
Tints of Golden Fizz #F2E139
RGB
CMYK
RGB Variations
Color information
#F2E139 (or 0xF2E139) is known color: Golden Fizz. HEX triplet: F2, E1 and 39. RGB value is (242,225,57). Sum of RGB (Red+Green+Blue) = 242+225+57=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 225 (88.28% from 255 or 42.94% from 524); Blue value is 57 (22.66% from 255 or 10.88% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E139 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E139 is #0D1EC6. Grayscale: #D3D3D3. Windows color (decimal): -859847 or 3793394. OLE color: 3793394.
HSL color Cylindrical-coordinate representation of color #F2E139: hue angle of 54.49º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F2E139 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 225 | 57 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.05 |
| HSL | 54.49º | 0.88% | 0.59% | - |
| HSV(B) | 54.49º | 0.76% | 0.95% | - |
| XYZ | 64.28 | 73.02 | 14.58 | - |
| YUV | 210.93 | 41.13 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 225 | 57 | 0 | 0.07 | 0.76 | 0.05 | 54.49 | 0.88 | 0.59 |
| Hex | F2 | E1 | 39 | 0 | 7 | 4C | 5 | 36 | 58 | 3B |
| Octal | 362 | 341 | 71 | 0 | 7 | 114 | 5 | 66 | 130 | 73 |
| Binary | 11110010 | 11100001 | 111001 | 0 | 111 | 1001100 | 101 | 110110 | 1011000 | 111011 |
Color Harmonies of #F2E139
Complementary color
Monochromatic Colors of #F2E139
Black with #F2E139
Text Example
Text Example
White with #F2E139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E139; }
p { color: rgb(242,225,57); }
H1.HeaderClassName
{
color: #F2E139;
}
.AnyTagClassName
{
color: #F2E139;
}
</style>
background-color css
<style>
a { background-color: #F2E139; }
a { background-color: rgb(242,225,57); }
div.DivClassName
{
background-color: #F2E139;
}
.BgClassName
{
background-color: #F2E139;
}
</style>
border-color css
<style>
span { border-color: #F2E139; }
span { border-color: rgb(242,225,57); }
td.TdClassName
{
border-color: #F2E139;
}
.TagClassName
{
border-color: #F2E139;
}
</style>