Shades of Golden Fizz #F3E02D
Tints of Golden Fizz #F3E02D
RGB
CMYK
RGB Variations
Color information
#F3E02D (or 0xF3E02D) is known color: Golden Fizz. HEX triplet: F3, E0 and 2D. RGB value is (243,224,45). Sum of RGB (Red+Green+Blue) = 243+224+45=512 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.46% from 512); Green value is 224 (87.89% from 255 or 43.75% from 512); Blue value is 45 (17.97% from 255 or 8.79% from 512); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E02D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3E02D is #0C1FD2. Grayscale: #D2D2D2. Windows color (decimal): -794579 or 3006707. OLE color: 3006707.
HSL color Cylindrical-coordinate representation of color #F3E02D: hue angle of 54.24º 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 #F3E02D is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 224 | 45 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.05 |
| HSL | 54.24º | 0.89% | 0.56% | - |
| HSV(B) | 54.24º | 0.81% | 0.95% | - |
| XYZ | 64.09 | 72.56 | 13.11 | - |
| YUV | 209.28 | 35.29 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 224 | 45 | 0 | 0.08 | 0.81 | 0.05 | 54.24 | 0.89 | 0.56 |
| Hex | F3 | E0 | 2D | 0 | 8 | 51 | 5 | 36 | 59 | 38 |
| Octal | 363 | 340 | 55 | 0 | 10 | 121 | 5 | 66 | 131 | 70 |
| Binary | 11110011 | 11100000 | 101101 | 0 | 1000 | 1010001 | 101 | 110110 | 1011001 | 111000 |
Color Harmonies of #F3E02D
Complementary color
Monochromatic Colors of #F3E02D
Black with #F3E02D
Text Example
Text Example
White with #F3E02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E02D; }
p { color: rgb(243,224,45); }
H1.HeaderClassName
{
color: #F3E02D;
}
.AnyTagClassName
{
color: #F3E02D;
}
</style>
background-color css
<style>
a { background-color: #F3E02D; }
a { background-color: rgb(243,224,45); }
div.DivClassName
{
background-color: #F3E02D;
}
.BgClassName
{
background-color: #F3E02D;
}
</style>
border-color css
<style>
span { border-color: #F3E02D; }
span { border-color: rgb(243,224,45); }
td.TdClassName
{
border-color: #F3E02D;
}
.TagClassName
{
border-color: #F3E02D;
}
</style>