Shades of Golden Fizz #F2E039
Tints of Golden Fizz #F2E039
RGB
CMYK
RGB Variations
Color information
#F2E039 (or 0xF2E039) is known color: Golden Fizz. HEX triplet: F2, E0 and 39. RGB value is (242,224,57). Sum of RGB (Red+Green+Blue) = 242+224+57=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 224 (87.89% from 255 or 42.83% from 523); Blue value is 57 (22.66% from 255 or 10.90% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E039 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E039 is #0D1FC6. Grayscale: #D3D3D3. Windows color (decimal): -860103 or 3793138. OLE color: 3793138.
HSL color Cylindrical-coordinate representation of color #F2E039: hue angle of 54.16º 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 #F2E039 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 57 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.05 |
| HSL | 54.16º | 0.88% | 0.59% | - |
| HSV(B) | 54.16º | 0.76% | 0.95% | - |
| XYZ | 64.01 | 72.48 | 14.49 | - |
| YUV | 210.34 | 41.46 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 57 | 0 | 0.07 | 0.76 | 0.05 | 54.16 | 0.88 | 0.59 |
| Hex | F2 | E0 | 39 | 0 | 7 | 4C | 5 | 36 | 58 | 3B |
| Octal | 362 | 340 | 71 | 0 | 7 | 114 | 5 | 66 | 130 | 73 |
| Binary | 11110010 | 11100000 | 111001 | 0 | 111 | 1001100 | 101 | 110110 | 1011000 | 111011 |
Color Harmonies of #F2E039
Complementary color
Monochromatic Colors of #F2E039
Black with #F2E039
Text Example
Text Example
White with #F2E039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E039; }
p { color: rgb(242,224,57); }
H1.HeaderClassName
{
color: #F2E039;
}
.AnyTagClassName
{
color: #F2E039;
}
</style>
background-color css
<style>
a { background-color: #F2E039; }
a { background-color: rgb(242,224,57); }
div.DivClassName
{
background-color: #F2E039;
}
.BgClassName
{
background-color: #F2E039;
}
</style>
border-color css
<style>
span { border-color: #F2E039; }
span { border-color: rgb(242,224,57); }
td.TdClassName
{
border-color: #F2E039;
}
.TagClassName
{
border-color: #F2E039;
}
</style>