Shades of Golden Fizz #F3EA2D
Tints of Golden Fizz #F3EA2D
RGB
CMYK
RGB Variations
Color information
#F3EA2D (or 0xF3EA2D) is known color: Golden Fizz. HEX triplet: F3, EA and 2D. RGB value is (243,234,45). Sum of RGB (Red+Green+Blue) = 243+234+45=522 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.55% from 522); Green value is 234 (91.80% from 255 or 44.83% from 522); Blue value is 45 (17.97% from 255 or 8.62% from 522); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EA2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F3EA2D is #0C15D2. Grayscale: #D7D7D7. Windows color (decimal): -792019 or 3009267. OLE color: 3009267.
HSL color Cylindrical-coordinate representation of color #F3EA2D: hue angle of 57.27º degrees, saturation: 0.89, 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 #F3EA2D is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 234 | 45 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.05 |
| HSL | 57.27º | 0.89% | 0.56% | - |
| HSV(B) | 57.27º | 0.81% | 0.95% | - |
| XYZ | 66.86 | 78.09 | 14.03 | - |
| YUV | 215.15 | 31.98 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 234 | 45 | 0 | 0.04 | 0.81 | 0.05 | 57.27 | 0.89 | 0.56 |
| Hex | F3 | EA | 2D | 0 | 4 | 51 | 5 | 39 | 59 | 38 |
| Octal | 363 | 352 | 55 | 0 | 4 | 121 | 5 | 71 | 131 | 70 |
| Binary | 11110011 | 11101010 | 101101 | 0 | 100 | 1010001 | 101 | 111001 | 1011001 | 111000 |
Color Harmonies of #F3EA2D
Complementary color
Monochromatic Colors of #F3EA2D
Black with #F3EA2D
Text Example
Text Example
White with #F3EA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3EA2D; }
p { color: rgb(243,234,45); }
H1.HeaderClassName
{
color: #F3EA2D;
}
.AnyTagClassName
{
color: #F3EA2D;
}
</style>
background-color css
<style>
a { background-color: #F3EA2D; }
a { background-color: rgb(243,234,45); }
div.DivClassName
{
background-color: #F3EA2D;
}
.BgClassName
{
background-color: #F3EA2D;
}
</style>
border-color css
<style>
span { border-color: #F3EA2D; }
span { border-color: rgb(243,234,45); }
td.TdClassName
{
border-color: #F3EA2D;
}
.TagClassName
{
border-color: #F3EA2D;
}
</style>