Shades of Golden Fizz #F0FE2E
Tints of Golden Fizz #F0FE2E
RGB
CMYK
RGB Variations
Color information
#F0FE2E (or 0xF0FE2E) is known color: Golden Fizz. HEX triplet: F0, FE and 2E. RGB value is (240,254,46). Sum of RGB (Red+Green+Blue) = 240+254+46=540 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.44% from 540); Green value is 254 (99.61% from 255 or 47.04% from 540); Blue value is 46 (18.36% from 255 or 8.52% from 540); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FE2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FE2E is #0F01D1. Grayscale: #E2E2E2. Windows color (decimal): -983506 or 3079920. OLE color: 3079920.
HSL color Cylindrical-coordinate representation of color #F0FE2E: hue angle of 64.04º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0FE2E is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 254 | 46 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.00 |
| HSL | 64.04º | 0.99% | 0.59% | - |
| HSV(B) | 64.04º | 0.82% | 1% | - |
| XYZ | 71.87 | 89.61 | 16.09 | - |
| YUV | 226.1 | 26.36 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 254 | 46 | 0.06 | 0 | 0.82 | 0.00 | 64.04 | 0.99 | 0.59 |
| Hex | F0 | FE | 2E | 6 | 0 | 52 | 0 | 40 | 63 | 3B |
| Octal | 360 | 376 | 56 | 6 | 0 | 122 | 0 | 100 | 143 | 73 |
| Binary | 11110000 | 11111110 | 101110 | 110 | 0 | 1010010 | 0 | 1000000 | 1100011 | 111011 |
Color Harmonies of #F0FE2E
Complementary color
Monochromatic Colors of #F0FE2E
Black with #F0FE2E
Text Example
Text Example
White with #F0FE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FE2E; }
p { color: rgb(240,254,46); }
H1.HeaderClassName
{
color: #F0FE2E;
}
.AnyTagClassName
{
color: #F0FE2E;
}
</style>
background-color css
<style>
a { background-color: #F0FE2E; }
a { background-color: rgb(240,254,46); }
div.DivClassName
{
background-color: #F0FE2E;
}
.BgClassName
{
background-color: #F0FE2E;
}
</style>
border-color css
<style>
span { border-color: #F0FE2E; }
span { border-color: rgb(240,254,46); }
td.TdClassName
{
border-color: #F0FE2E;
}
.TagClassName
{
border-color: #F0FE2E;
}
</style>