Shades of Golden Fizz #F2E338
Tints of Golden Fizz #F2E338
RGB
CMYK
RGB Variations
Color information
#F2E338 (or 0xF2E338) is known color: Golden Fizz. HEX triplet: F2, E3 and 38. RGB value is (242,227,56). Sum of RGB (Red+Green+Blue) = 242+227+56=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 227 (89.06% from 255 or 43.24% from 525); Blue value is 56 (22.27% from 255 or 10.67% from 525); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E338 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E338 is #0D1CC7. Grayscale: #D4D4D4. Windows color (decimal): -859336 or 3728370. OLE color: 3728370.
HSL color Cylindrical-coordinate representation of color #F2E338: hue angle of 55.16º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F2E338 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 227 | 56 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.05 |
| HSL | 55.16º | 0.88% | 0.58% | - |
| HSV(B) | 55.16º | 0.77% | 0.95% | - |
| XYZ | 64.8 | 74.1 | 14.63 | - |
| YUV | 211.99 | 39.97 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 227 | 56 | 0 | 0.06 | 0.77 | 0.05 | 55.16 | 0.88 | 0.58 |
| Hex | F2 | E3 | 38 | 0 | 6 | 4D | 5 | 37 | 58 | 3A |
| Octal | 362 | 343 | 70 | 0 | 6 | 115 | 5 | 67 | 130 | 72 |
| Binary | 11110010 | 11100011 | 111000 | 0 | 110 | 1001101 | 101 | 110111 | 1011000 | 111010 |
Color Harmonies of #F2E338
Complementary color
Monochromatic Colors of #F2E338
Black with #F2E338
Text Example
Text Example
White with #F2E338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E338; }
p { color: rgb(242,227,56); }
H1.HeaderClassName
{
color: #F2E338;
}
.AnyTagClassName
{
color: #F2E338;
}
</style>
background-color css
<style>
a { background-color: #F2E338; }
a { background-color: rgb(242,227,56); }
div.DivClassName
{
background-color: #F2E338;
}
.BgClassName
{
background-color: #F2E338;
}
</style>
border-color css
<style>
span { border-color: #F2E338; }
span { border-color: rgb(242,227,56); }
td.TdClassName
{
border-color: #F2E338;
}
.TagClassName
{
border-color: #F2E338;
}
</style>