Shades of Golden Fizz #F0F236
Tints of Golden Fizz #F0F236
RGB
CMYK
RGB Variations
Color information
#F0F236 (or 0xF0F236) is known color: Golden Fizz. HEX triplet: F0, F2 and 36. RGB value is (240,242,54). Sum of RGB (Red+Green+Blue) = 240+242+54=536 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.78% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 54 (21.48% from 255 or 10.07% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F236 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F236 is #0F0DC9. Grayscale: #DCDCDC. Windows color (decimal): -986570 or 3601136. OLE color: 3601136.
HSL color Cylindrical-coordinate representation of color #F0F236: hue angle of 60.64º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F0F236 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 242 | 54 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.05 |
| HSL | 60.64º | 0.88% | 0.58% | - |
| HSV(B) | 60.64º | 0.78% | 0.95% | - |
| XYZ | 68.35 | 82.3 | 15.77 | - |
| YUV | 219.97 | 34.34 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 242 | 54 | 0.01 | 0 | 0.78 | 0.05 | 60.64 | 0.88 | 0.58 |
| Hex | F0 | F2 | 36 | 1 | 0 | 4E | 5 | 3D | 58 | 3A |
| Octal | 360 | 362 | 66 | 1 | 0 | 116 | 5 | 75 | 130 | 72 |
| Binary | 11110000 | 11110010 | 110110 | 1 | 0 | 1001110 | 101 | 111101 | 1011000 | 111010 |
Color Harmonies of #F0F236
Complementary color
Monochromatic Colors of #F0F236
Black with #F0F236
Text Example
Text Example
White with #F0F236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F236; }
p { color: rgb(240,242,54); }
H1.HeaderClassName
{
color: #F0F236;
}
.AnyTagClassName
{
color: #F0F236;
}
</style>
background-color css
<style>
a { background-color: #F0F236; }
a { background-color: rgb(240,242,54); }
div.DivClassName
{
background-color: #F0F236;
}
.BgClassName
{
background-color: #F0F236;
}
</style>
border-color css
<style>
span { border-color: #F0F236; }
span { border-color: rgb(240,242,54); }
td.TdClassName
{
border-color: #F0F236;
}
.TagClassName
{
border-color: #F0F236;
}
</style>