Shades of Golden Fizz #F0FD2D
Tints of Golden Fizz #F0FD2D
RGB
CMYK
RGB Variations
Color information
#F0FD2D (or 0xF0FD2D) is known color: Golden Fizz. HEX triplet: F0, FD and 2D. RGB value is (240,253,45). Sum of RGB (Red+Green+Blue) = 240+253+45=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 253 (99.22% from 255 or 47.03% from 538); Blue value is 45 (17.97% from 255 or 8.36% from 538); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FD2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FD2D is #0F02D2. Grayscale: #E2E2E2. Windows color (decimal): -983763 or 3014128. OLE color: 3014128.
HSL color Cylindrical-coordinate representation of color #F0FD2D: hue angle of 63.75º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0FD2D is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 253 | 45 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.01 |
| HSL | 63.75º | 0.98% | 0.58% | - |
| HSV(B) | 63.75º | 0.82% | 0.99% | - |
| XYZ | 71.53 | 88.97 | 15.88 | - |
| YUV | 225.4 | 26.19 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 253 | 45 | 0.05 | 0 | 0.82 | 0.01 | 63.75 | 0.98 | 0.58 |
| Hex | F0 | FD | 2D | 5 | 0 | 52 | 1 | 40 | 62 | 3A |
| Octal | 360 | 375 | 55 | 5 | 0 | 122 | 1 | 100 | 142 | 72 |
| Binary | 11110000 | 11111101 | 101101 | 101 | 0 | 1010010 | 1 | 1000000 | 1100010 | 111010 |
Color Harmonies of #F0FD2D
Complementary color
Monochromatic Colors of #F0FD2D
Black with #F0FD2D
Text Example
Text Example
White with #F0FD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FD2D; }
p { color: rgb(240,253,45); }
H1.HeaderClassName
{
color: #F0FD2D;
}
.AnyTagClassName
{
color: #F0FD2D;
}
</style>
background-color css
<style>
a { background-color: #F0FD2D; }
a { background-color: rgb(240,253,45); }
div.DivClassName
{
background-color: #F0FD2D;
}
.BgClassName
{
background-color: #F0FD2D;
}
</style>
border-color css
<style>
span { border-color: #F0FD2D; }
span { border-color: rgb(240,253,45); }
td.TdClassName
{
border-color: #F0FD2D;
}
.TagClassName
{
border-color: #F0FD2D;
}
</style>