Shades of Golden Fizz #F2E32A
Tints of Golden Fizz #F2E32A
RGB
CMYK
RGB Variations
Color information
#F2E32A (or 0xF2E32A) is known color: Golden Fizz. HEX triplet: F2, E3 and 2A. RGB value is (242,227,42). Sum of RGB (Red+Green+Blue) = 242+227+42=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 227 (89.06% from 255 or 44.42% from 511); Blue value is 42 (16.80% from 255 or 8.22% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E32A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E32A is #0D1CD5. Grayscale: #D3D3D3. Windows color (decimal): -859350 or 2810866. OLE color: 2810866.
HSL color Cylindrical-coordinate representation of color #F2E32A: hue angle of 55.5º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F2E32A is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 227 | 42 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.05 |
| HSL | 55.5º | 0.88% | 0.56% | - |
| HSV(B) | 55.5º | 0.83% | 0.95% | - |
| XYZ | 64.5 | 73.98 | 13.07 | - |
| YUV | 210.4 | 32.97 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 227 | 42 | 0 | 0.06 | 0.83 | 0.05 | 55.5 | 0.88 | 0.56 |
| Hex | F2 | E3 | 2A | 0 | 6 | 53 | 5 | 38 | 58 | 38 |
| Octal | 362 | 343 | 52 | 0 | 6 | 123 | 5 | 70 | 130 | 70 |
| Binary | 11110010 | 11100011 | 101010 | 0 | 110 | 1010011 | 101 | 111000 | 1011000 | 111000 |
Color Harmonies of #F2E32A
Complementary color
Monochromatic Colors of #F2E32A
Black with #F2E32A
Text Example
Text Example
White with #F2E32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E32A; }
p { color: rgb(242,227,42); }
H1.HeaderClassName
{
color: #F2E32A;
}
.AnyTagClassName
{
color: #F2E32A;
}
</style>
background-color css
<style>
a { background-color: #F2E32A; }
a { background-color: rgb(242,227,42); }
div.DivClassName
{
background-color: #F2E32A;
}
.BgClassName
{
background-color: #F2E32A;
}
</style>
border-color css
<style>
span { border-color: #F2E32A; }
span { border-color: rgb(242,227,42); }
td.TdClassName
{
border-color: #F2E32A;
}
.TagClassName
{
border-color: #F2E32A;
}
</style>