Shades of Golden Fizz #F0FE2D
Tints of Golden Fizz #F0FE2D
RGB
CMYK
RGB Variations
Color information
#F0FE2D (or 0xF0FE2D) is known color: Golden Fizz. HEX triplet: F0, FE and 2D. RGB value is (240,254,45). Sum of RGB (Red+Green+Blue) = 240+254+45=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 254 (99.61% from 255 or 47.12% from 539); Blue value is 45 (17.97% from 255 or 8.35% from 539); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FE2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FE2D is #0F01D2. Grayscale: #E2E2E2. Windows color (decimal): -983507 or 3014384. OLE color: 3014384.
HSL color Cylindrical-coordinate representation of color #F0FE2D: hue angle of 64.02º 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 #F0FE2D is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 254 | 45 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.00 |
| HSL | 64.02º | 0.99% | 0.59% | - |
| HSV(B) | 64.02º | 0.82% | 1% | - |
| XYZ | 71.85 | 89.6 | 15.99 | - |
| YUV | 225.99 | 25.86 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 254 | 45 | 0.06 | 0 | 0.82 | 0.00 | 64.02 | 0.99 | 0.59 |
| Hex | F0 | FE | 2D | 6 | 0 | 52 | 0 | 40 | 63 | 3B |
| Octal | 360 | 376 | 55 | 6 | 0 | 122 | 0 | 100 | 143 | 73 |
| Binary | 11110000 | 11111110 | 101101 | 110 | 0 | 1010010 | 0 | 1000000 | 1100011 | 111011 |
Color Harmonies of #F0FE2D
Complementary color
Monochromatic Colors of #F0FE2D
Black with #F0FE2D
Text Example
Text Example
White with #F0FE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FE2D; }
p { color: rgb(240,254,45); }
H1.HeaderClassName
{
color: #F0FE2D;
}
.AnyTagClassName
{
color: #F0FE2D;
}
</style>
background-color css
<style>
a { background-color: #F0FE2D; }
a { background-color: rgb(240,254,45); }
div.DivClassName
{
background-color: #F0FE2D;
}
.BgClassName
{
background-color: #F0FE2D;
}
</style>
border-color css
<style>
span { border-color: #F0FE2D; }
span { border-color: rgb(240,254,45); }
td.TdClassName
{
border-color: #F0FE2D;
}
.TagClassName
{
border-color: #F0FE2D;
}
</style>