Shades of Golden Fizz #F0FF2C
Tints of Golden Fizz #F0FF2C
RGB
CMYK
RGB Variations
Color information
#F0FF2C (or 0xF0FF2C) is known color: Golden Fizz. HEX triplet: F0, FF and 2C. RGB value is (240,255,44). Sum of RGB (Red+Green+Blue) = 240+255+44=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 44 (17.58% from 255 or 8.16% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FF2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FF2C is #0F00D3. Grayscale: #E3E3E3. Windows color (decimal): -983252 or 2949104. OLE color: 2949104.
HSL color Cylindrical-coordinate representation of color #F0FF2C: hue angle of 64.27º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F0FF2C is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 44 | - |
| CMYK | 0.06 | 0 | 0.83 | 0 |
| HSL | 64.27º | 1% | 0.59% | - |
| HSV(B) | 64.27º | 0.83% | 1% | - |
| XYZ | 72.15 | 90.23 | 16 | - |
| YUV | 226.46 | 25.03 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 44 | 0.06 | 0 | 0.83 | 0 | 64.27 | 1 | 0.59 |
| Hex | F0 | FF | 2C | 6 | 0 | 53 | 0 | 40 | 64 | 3B |
| Octal | 360 | 377 | 54 | 6 | 0 | 123 | 0 | 100 | 144 | 73 |
| Binary | 11110000 | 11111111 | 101100 | 110 | 0 | 1010011 | 0 | 1000000 | 1100100 | 111011 |
Color Harmonies of #F0FF2C
Complementary color
Monochromatic Colors of #F0FF2C
Black with #F0FF2C
Text Example
Text Example
White with #F0FF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FF2C; }
p { color: rgb(240,255,44); }
H1.HeaderClassName
{
color: #F0FF2C;
}
.AnyTagClassName
{
color: #F0FF2C;
}
</style>
background-color css
<style>
a { background-color: #F0FF2C; }
a { background-color: rgb(240,255,44); }
div.DivClassName
{
background-color: #F0FF2C;
}
.BgClassName
{
background-color: #F0FF2C;
}
</style>
border-color css
<style>
span { border-color: #F0FF2C; }
span { border-color: rgb(240,255,44); }
td.TdClassName
{
border-color: #F0FF2C;
}
.TagClassName
{
border-color: #F0FF2C;
}
</style>