Shades of Golden Fizz #F0FF2F
Tints of Golden Fizz #F0FF2F
RGB
CMYK
RGB Variations
Color information
#F0FF2F (or 0xF0FF2F) is known color: Golden Fizz. HEX triplet: F0, FF and 2F. RGB value is (240,255,47). Sum of RGB (Red+Green+Blue) = 240+255+47=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 47 (18.75% from 255 or 8.67% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FF2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FF2F is #0F00D0. Grayscale: #E3E3E3. Windows color (decimal): -983249 or 3145712. OLE color: 3145712.
HSL color Cylindrical-coordinate representation of color #F0FF2F: hue angle of 64.33º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0FF2F is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 47 | - |
| CMYK | 0.06 | 0 | 0.82 | 0 |
| HSL | 64.33º | 1% | 0.59% | - |
| HSV(B) | 64.33º | 0.82% | 1% | - |
| XYZ | 72.21 | 90.25 | 16.3 | - |
| YUV | 226.8 | 26.53 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 47 | 0.06 | 0 | 0.82 | 0 | 64.33 | 1 | 0.59 |
| Hex | F0 | FF | 2F | 6 | 0 | 52 | 0 | 40 | 64 | 3B |
| Octal | 360 | 377 | 57 | 6 | 0 | 122 | 0 | 100 | 144 | 73 |
| Binary | 11110000 | 11111111 | 101111 | 110 | 0 | 1010010 | 0 | 1000000 | 1100100 | 111011 |
Color Harmonies of #F0FF2F
Complementary color
Monochromatic Colors of #F0FF2F
Black with #F0FF2F
Text Example
Text Example
White with #F0FF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FF2F; }
p { color: rgb(240,255,47); }
H1.HeaderClassName
{
color: #F0FF2F;
}
.AnyTagClassName
{
color: #F0FF2F;
}
</style>
background-color css
<style>
a { background-color: #F0FF2F; }
a { background-color: rgb(240,255,47); }
div.DivClassName
{
background-color: #F0FF2F;
}
.BgClassName
{
background-color: #F0FF2F;
}
</style>
border-color css
<style>
span { border-color: #F0FF2F; }
span { border-color: rgb(240,255,47); }
td.TdClassName
{
border-color: #F0FF2F;
}
.TagClassName
{
border-color: #F0FF2F;
}
</style>