Shades of Golden Fizz #F0FC2D
Tints of Golden Fizz #F0FC2D
RGB
CMYK
RGB Variations
Color information
#F0FC2D (or 0xF0FC2D) is known color: Golden Fizz. HEX triplet: F0, FC and 2D. RGB value is (240,252,45). Sum of RGB (Red+Green+Blue) = 240+252+45=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 45 (17.97% from 255 or 8.38% from 537); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FC2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FC2D is #0F03D2. Grayscale: #E1E1E1. Windows color (decimal): -984019 or 3013872. OLE color: 3013872.
HSL color Cylindrical-coordinate representation of color #F0FC2D: hue angle of 63.48º degrees, saturation: 0.97, 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 #F0FC2D is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 45 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.01 |
| HSL | 63.48º | 0.97% | 0.58% | - |
| HSV(B) | 63.48º | 0.82% | 0.99% | - |
| XYZ | 71.22 | 88.34 | 15.78 | - |
| YUV | 224.81 | 26.52 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 45 | 0.05 | 0 | 0.82 | 0.01 | 63.48 | 0.97 | 0.58 |
| Hex | F0 | FC | 2D | 5 | 0 | 52 | 1 | 3F | 61 | 3A |
| Octal | 360 | 374 | 55 | 5 | 0 | 122 | 1 | 77 | 141 | 72 |
| Binary | 11110000 | 11111100 | 101101 | 101 | 0 | 1010010 | 1 | 111111 | 1100001 | 111010 |
Color Harmonies of #F0FC2D
Complementary color
Monochromatic Colors of #F0FC2D
Black with #F0FC2D
Text Example
Text Example
White with #F0FC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FC2D; }
p { color: rgb(240,252,45); }
H1.HeaderClassName
{
color: #F0FC2D;
}
.AnyTagClassName
{
color: #F0FC2D;
}
</style>
background-color css
<style>
a { background-color: #F0FC2D; }
a { background-color: rgb(240,252,45); }
div.DivClassName
{
background-color: #F0FC2D;
}
.BgClassName
{
background-color: #F0FC2D;
}
</style>
border-color css
<style>
span { border-color: #F0FC2D; }
span { border-color: rgb(240,252,45); }
td.TdClassName
{
border-color: #F0FC2D;
}
.TagClassName
{
border-color: #F0FC2D;
}
</style>