Shades of Golden Fizz #F0FF2B
Tints of Golden Fizz #F0FF2B
RGB
CMYK
RGB Variations
Color information
#F0FF2B (or 0xF0FF2B) is known color: Golden Fizz. HEX triplet: F0, FF and 2B. RGB value is (240,255,43). Sum of RGB (Red+Green+Blue) = 240+255+43=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 43 (17.19% from 255 or 7.99% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FF2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FF2B is #0F00D4. Grayscale: #E3E3E3. Windows color (decimal): -983253 or 2883568. OLE color: 2883568.
HSL color Cylindrical-coordinate representation of color #F0FF2B: hue angle of 64.25º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F0FF2B is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 43 | - |
| CMYK | 0.06 | 0 | 0.83 | 0 |
| HSL | 64.25º | 1% | 0.58% | - |
| HSV(B) | 64.25º | 0.83% | 1% | - |
| XYZ | 72.13 | 90.22 | 15.9 | - |
| YUV | 226.35 | 24.53 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 43 | 0.06 | 0 | 0.83 | 0 | 64.25 | 1 | 0.58 |
| Hex | F0 | FF | 2B | 6 | 0 | 53 | 0 | 40 | 64 | 3A |
| Octal | 360 | 377 | 53 | 6 | 0 | 123 | 0 | 100 | 144 | 72 |
| Binary | 11110000 | 11111111 | 101011 | 110 | 0 | 1010011 | 0 | 1000000 | 1100100 | 111010 |
Color Harmonies of #F0FF2B
Complementary color
Monochromatic Colors of #F0FF2B
Black with #F0FF2B
Text Example
Text Example
White with #F0FF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FF2B; }
p { color: rgb(240,255,43); }
H1.HeaderClassName
{
color: #F0FF2B;
}
.AnyTagClassName
{
color: #F0FF2B;
}
</style>
background-color css
<style>
a { background-color: #F0FF2B; }
a { background-color: rgb(240,255,43); }
div.DivClassName
{
background-color: #F0FF2B;
}
.BgClassName
{
background-color: #F0FF2B;
}
</style>
border-color css
<style>
span { border-color: #F0FF2B; }
span { border-color: rgb(240,255,43); }
td.TdClassName
{
border-color: #F0FF2B;
}
.TagClassName
{
border-color: #F0FF2B;
}
</style>