Shades of Golden Fizz #F0FE29
Tints of Golden Fizz #F0FE29
RGB
CMYK
RGB Variations
Color information
#F0FE29 (or 0xF0FE29) is known color: Golden Fizz. HEX triplet: F0, FE and 29. RGB value is (240,254,41). Sum of RGB (Red+Green+Blue) = 240+254+41=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 254 (99.61% from 255 or 47.48% from 535); Blue value is 41 (16.41% from 255 or 7.66% from 535); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FE29 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FE29 is #0F01D6. Grayscale: #E2E2E2. Windows color (decimal): -983511 or 2752240. OLE color: 2752240.
HSL color Cylindrical-coordinate representation of color #F0FE29: hue angle of 63.94º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F0FE29 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 254 | 41 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.00 |
| HSL | 63.94º | 0.99% | 0.58% | - |
| HSV(B) | 63.94º | 0.84% | 1% | - |
| XYZ | 71.78 | 89.57 | 15.6 | - |
| YUV | 225.53 | 23.86 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 254 | 41 | 0.06 | 0 | 0.84 | 0.00 | 63.94 | 0.99 | 0.58 |
| Hex | F0 | FE | 29 | 6 | 0 | 54 | 0 | 40 | 63 | 3A |
| Octal | 360 | 376 | 51 | 6 | 0 | 124 | 0 | 100 | 143 | 72 |
| Binary | 11110000 | 11111110 | 101001 | 110 | 0 | 1010100 | 0 | 1000000 | 1100011 | 111010 |
Color Harmonies of #F0FE29
Complementary color
Monochromatic Colors of #F0FE29
Black with #F0FE29
Text Example
Text Example
White with #F0FE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FE29; }
p { color: rgb(240,254,41); }
H1.HeaderClassName
{
color: #F0FE29;
}
.AnyTagClassName
{
color: #F0FE29;
}
</style>
background-color css
<style>
a { background-color: #F0FE29; }
a { background-color: rgb(240,254,41); }
div.DivClassName
{
background-color: #F0FE29;
}
.BgClassName
{
background-color: #F0FE29;
}
</style>
border-color css
<style>
span { border-color: #F0FE29; }
span { border-color: rgb(240,254,41); }
td.TdClassName
{
border-color: #F0FE29;
}
.TagClassName
{
border-color: #F0FE29;
}
</style>