Shades of Golden Fizz #F0F332
Tints of Golden Fizz #F0F332
RGB
CMYK
RGB Variations
Color information
#F0F332 (or 0xF0F332) is known color: Golden Fizz. HEX triplet: F0, F3 and 32. RGB value is (240,243,50). Sum of RGB (Red+Green+Blue) = 240+243+50=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 243 (95.31% from 255 or 45.59% from 533); Blue value is 50 (19.92% from 255 or 9.38% from 533); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F332 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F332 is #0F0CCD. Grayscale: #DCDCDC. Windows color (decimal): -986318 or 3339248. OLE color: 3339248.
HSL color Cylindrical-coordinate representation of color #F0F332: hue angle of 60.93º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F0F332 is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 243 | 50 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.05 |
| HSL | 60.93º | 0.89% | 0.57% | - |
| HSV(B) | 60.93º | 0.79% | 0.95% | - |
| XYZ | 68.56 | 82.86 | 15.4 | - |
| YUV | 220.1 | 32.01 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 243 | 50 | 0.01 | 0 | 0.79 | 0.05 | 60.93 | 0.89 | 0.57 |
| Hex | F0 | F3 | 32 | 1 | 0 | 4F | 5 | 3D | 59 | 39 |
| Octal | 360 | 363 | 62 | 1 | 0 | 117 | 5 | 75 | 131 | 71 |
| Binary | 11110000 | 11110011 | 110010 | 1 | 0 | 1001111 | 101 | 111101 | 1011001 | 111001 |
Color Harmonies of #F0F332
Complementary color
Monochromatic Colors of #F0F332
Black with #F0F332
Text Example
Text Example
White with #F0F332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F332; }
p { color: rgb(240,243,50); }
H1.HeaderClassName
{
color: #F0F332;
}
.AnyTagClassName
{
color: #F0F332;
}
</style>
background-color css
<style>
a { background-color: #F0F332; }
a { background-color: rgb(240,243,50); }
div.DivClassName
{
background-color: #F0F332;
}
.BgClassName
{
background-color: #F0F332;
}
</style>
border-color css
<style>
span { border-color: #F0F332; }
span { border-color: rgb(240,243,50); }
td.TdClassName
{
border-color: #F0F332;
}
.TagClassName
{
border-color: #F0F332;
}
</style>