Shades of Golden Fizz #F3F52C
Tints of Golden Fizz #F3F52C
RGB
CMYK
RGB Variations
Color information
#F3F52C (or 0xF3F52C) is known color: Golden Fizz. HEX triplet: F3, F5 and 2C. RGB value is (243,245,44). Sum of RGB (Red+Green+Blue) = 243+245+44=532 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.68% from 532); Green value is 245 (96.09% from 255 or 46.05% from 532); Blue value is 44 (17.58% from 255 or 8.27% from 532); Max value from RGB is 245 - color contains mainly: green. Hex color #F3F52C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F3F52C is #0C0AD3. Grayscale: #DEDEDE. Windows color (decimal): -789204 or 2946547. OLE color: 2946547.
HSL color Cylindrical-coordinate representation of color #F3F52C: hue angle of 60.6º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F3F52C is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 245 | 44 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.04 |
| HSL | 60.6º | 0.91% | 0.57% | - |
| HSV(B) | 60.6º | 0.82% | 0.96% | - |
| XYZ | 70.07 | 84.54 | 15.01 | - |
| YUV | 221.49 | 27.84 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 245 | 44 | 0.01 | 0 | 0.82 | 0.04 | 60.6 | 0.91 | 0.57 |
| Hex | F3 | F5 | 2C | 1 | 0 | 52 | 4 | 3D | 5B | 39 |
| Octal | 363 | 365 | 54 | 1 | 0 | 122 | 4 | 75 | 133 | 71 |
| Binary | 11110011 | 11110101 | 101100 | 1 | 0 | 1010010 | 100 | 111101 | 1011011 | 111001 |
Color Harmonies of #F3F52C
Complementary color
Monochromatic Colors of #F3F52C
Black with #F3F52C
Text Example
Text Example
White with #F3F52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F52C; }
p { color: rgb(243,245,44); }
H1.HeaderClassName
{
color: #F3F52C;
}
.AnyTagClassName
{
color: #F3F52C;
}
</style>
background-color css
<style>
a { background-color: #F3F52C; }
a { background-color: rgb(243,245,44); }
div.DivClassName
{
background-color: #F3F52C;
}
.BgClassName
{
background-color: #F3F52C;
}
</style>
border-color css
<style>
span { border-color: #F3F52C; }
span { border-color: rgb(243,245,44); }
td.TdClassName
{
border-color: #F3F52C;
}
.TagClassName
{
border-color: #F3F52C;
}
</style>