Shades of Golden Fizz #F0F233
Tints of Golden Fizz #F0F233
RGB
CMYK
RGB Variations
Color information
#F0F233 (or 0xF0F233) is known color: Golden Fizz. HEX triplet: F0, F2 and 33. RGB value is (240,242,51). Sum of RGB (Red+Green+Blue) = 240+242+51=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 242 (94.92% from 255 or 45.40% from 533); Blue value is 51 (20.31% from 255 or 9.57% from 533); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F233 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F233 is #0F0DCC. Grayscale: #DCDCDC. Windows color (decimal): -986573 or 3404528. OLE color: 3404528.
HSL color Cylindrical-coordinate representation of color #F0F233: hue angle of 60.63º degrees, saturation: 0.88, 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 #F0F233 is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 242 | 51 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.05 |
| HSL | 60.63º | 0.88% | 0.57% | - |
| HSV(B) | 60.63º | 0.79% | 0.95% | - |
| XYZ | 68.28 | 82.27 | 15.41 | - |
| YUV | 219.63 | 32.84 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 242 | 51 | 0.01 | 0 | 0.79 | 0.05 | 60.63 | 0.88 | 0.57 |
| Hex | F0 | F2 | 33 | 1 | 0 | 4F | 5 | 3D | 58 | 39 |
| Octal | 360 | 362 | 63 | 1 | 0 | 117 | 5 | 75 | 130 | 71 |
| Binary | 11110000 | 11110010 | 110011 | 1 | 0 | 1001111 | 101 | 111101 | 1011000 | 111001 |
Color Harmonies of #F0F233
Complementary color
Monochromatic Colors of #F0F233
Black with #F0F233
Text Example
Text Example
White with #F0F233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F233; }
p { color: rgb(240,242,51); }
H1.HeaderClassName
{
color: #F0F233;
}
.AnyTagClassName
{
color: #F0F233;
}
</style>
background-color css
<style>
a { background-color: #F0F233; }
a { background-color: rgb(240,242,51); }
div.DivClassName
{
background-color: #F0F233;
}
.BgClassName
{
background-color: #F0F233;
}
</style>
border-color css
<style>
span { border-color: #F0F233; }
span { border-color: rgb(240,242,51); }
td.TdClassName
{
border-color: #F0F233;
}
.TagClassName
{
border-color: #F0F233;
}
</style>