Shades of Golden Fizz #F2EE2B
Tints of Golden Fizz #F2EE2B
RGB
CMYK
RGB Variations
Color information
#F2EE2B (or 0xF2EE2B) is known color: Golden Fizz. HEX triplet: F2, EE and 2B. RGB value is (242,238,43). Sum of RGB (Red+Green+Blue) = 242+238+43=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 238 (93.36% from 255 or 45.51% from 523); Blue value is 43 (17.19% from 255 or 8.22% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EE2B is #0D11D4. Grayscale: #D9D9D9. Windows color (decimal): -856533 or 2879218. OLE color: 2879218.
HSL color Cylindrical-coordinate representation of color #F2EE2B: hue angle of 58.79º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F2EE2B is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 43 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.05 |
| HSL | 58.79º | 0.88% | 0.56% | - |
| HSV(B) | 58.79º | 0.82% | 0.95% | - |
| XYZ | 67.63 | 80.2 | 14.2 | - |
| YUV | 216.97 | 29.83 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 43 | 0 | 0.02 | 0.82 | 0.05 | 58.79 | 0.88 | 0.56 |
| Hex | F2 | EE | 2B | 0 | 2 | 52 | 5 | 3B | 58 | 38 |
| Octal | 362 | 356 | 53 | 0 | 2 | 122 | 5 | 73 | 130 | 70 |
| Binary | 11110010 | 11101110 | 101011 | 0 | 10 | 1010010 | 101 | 111011 | 1011000 | 111000 |
Color Harmonies of #F2EE2B
Complementary color
Monochromatic Colors of #F2EE2B
Black with #F2EE2B
Text Example
Text Example
White with #F2EE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EE2B; }
p { color: rgb(242,238,43); }
H1.HeaderClassName
{
color: #F2EE2B;
}
.AnyTagClassName
{
color: #F2EE2B;
}
</style>
background-color css
<style>
a { background-color: #F2EE2B; }
a { background-color: rgb(242,238,43); }
div.DivClassName
{
background-color: #F2EE2B;
}
.BgClassName
{
background-color: #F2EE2B;
}
</style>
border-color css
<style>
span { border-color: #F2EE2B; }
span { border-color: rgb(242,238,43); }
td.TdClassName
{
border-color: #F2EE2B;
}
.TagClassName
{
border-color: #F2EE2B;
}
</style>