Shades of Golden Fizz #F0F331
Tints of Golden Fizz #F0F331
RGB
CMYK
RGB Variations
Color information
#F0F331 (or 0xF0F331) is known color: Golden Fizz. HEX triplet: F0, F3 and 31. RGB value is (240,243,49). Sum of RGB (Red+Green+Blue) = 240+243+49=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 243 (95.31% from 255 or 45.68% from 532); Blue value is 49 (19.53% from 255 or 9.21% from 532); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F331 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F331 is #0F0CCE. Grayscale: #DCDCDC. Windows color (decimal): -986319 or 3273712. OLE color: 3273712.
HSL color Cylindrical-coordinate representation of color #F0F331: 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.8%. Process color model (Four color, CMYK) of #F0F331 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 243 | 49 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.05 |
| HSL | 60.93º | 0.89% | 0.57% | - |
| HSV(B) | 60.93º | 0.8% | 0.95% | - |
| XYZ | 68.54 | 82.85 | 15.28 | - |
| YUV | 219.99 | 31.51 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 243 | 49 | 0.01 | 0 | 0.80 | 0.05 | 60.93 | 0.89 | 0.57 |
| Hex | F0 | F3 | 31 | 1 | 0 | 50 | 5 | 3D | 59 | 39 |
| Octal | 360 | 363 | 61 | 1 | 0 | 120 | 5 | 75 | 131 | 71 |
| Binary | 11110000 | 11110011 | 110001 | 1 | 0 | 1010000 | 101 | 111101 | 1011001 | 111001 |
Color Harmonies of #F0F331
Complementary color
Monochromatic Colors of #F0F331
Black with #F0F331
Text Example
Text Example
White with #F0F331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F331; }
p { color: rgb(240,243,49); }
H1.HeaderClassName
{
color: #F0F331;
}
.AnyTagClassName
{
color: #F0F331;
}
</style>
background-color css
<style>
a { background-color: #F0F331; }
a { background-color: rgb(240,243,49); }
div.DivClassName
{
background-color: #F0F331;
}
.BgClassName
{
background-color: #F0F331;
}
</style>
border-color css
<style>
span { border-color: #F0F331; }
span { border-color: rgb(240,243,49); }
td.TdClassName
{
border-color: #F0F331;
}
.TagClassName
{
border-color: #F0F331;
}
</style>