Shades of Golden Fizz #F2EB2D
Tints of Golden Fizz #F2EB2D
RGB
CMYK
RGB Variations
Color information
#F2EB2D (or 0xF2EB2D) is known color: Golden Fizz. HEX triplet: F2, EB and 2D. RGB value is (242,235,45). Sum of RGB (Red+Green+Blue) = 242+235+45=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 235 (92.19% from 255 or 45.02% from 522); Blue value is 45 (17.97% from 255 or 8.62% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EB2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2EB2D is #0D14D2. Grayscale: #D8D8D8. Windows color (decimal): -857299 or 3009522. OLE color: 3009522.
HSL color Cylindrical-coordinate representation of color #F2EB2D: hue angle of 57.87º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F2EB2D is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 235 | 45 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.05 |
| HSL | 57.87º | 0.88% | 0.56% | - |
| HSV(B) | 57.87º | 0.81% | 0.95% | - |
| XYZ | 66.8 | 78.48 | 14.11 | - |
| YUV | 215.43 | 31.82 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 235 | 45 | 0 | 0.03 | 0.81 | 0.05 | 57.87 | 0.88 | 0.56 |
| Hex | F2 | EB | 2D | 0 | 3 | 51 | 5 | 3A | 58 | 38 |
| Octal | 362 | 353 | 55 | 0 | 3 | 121 | 5 | 72 | 130 | 70 |
| Binary | 11110010 | 11101011 | 101101 | 0 | 11 | 1010001 | 101 | 111010 | 1011000 | 111000 |
Color Harmonies of #F2EB2D
Complementary color
Monochromatic Colors of #F2EB2D
Black with #F2EB2D
Text Example
Text Example
White with #F2EB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EB2D; }
p { color: rgb(242,235,45); }
H1.HeaderClassName
{
color: #F2EB2D;
}
.AnyTagClassName
{
color: #F2EB2D;
}
</style>
background-color css
<style>
a { background-color: #F2EB2D; }
a { background-color: rgb(242,235,45); }
div.DivClassName
{
background-color: #F2EB2D;
}
.BgClassName
{
background-color: #F2EB2D;
}
</style>
border-color css
<style>
span { border-color: #F2EB2D; }
span { border-color: rgb(242,235,45); }
td.TdClassName
{
border-color: #F2EB2D;
}
.TagClassName
{
border-color: #F2EB2D;
}
</style>