Shades of Golden Fizz #F0FC30
Tints of Golden Fizz #F0FC30
RGB
CMYK
RGB Variations
Color information
#F0FC30 (or 0xF0FC30) is known color: Golden Fizz. HEX triplet: F0, FC and 30. RGB value is (240,252,48). Sum of RGB (Red+Green+Blue) = 240+252+48=540 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.44% from 540); Green value is 252 (98.83% from 255 or 46.67% from 540); Blue value is 48 (19.14% from 255 or 8.89% from 540); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FC30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FC30 is #0F03CF. Grayscale: #E1E1E1. Windows color (decimal): -984016 or 3210480. OLE color: 3210480.
HSL color Cylindrical-coordinate representation of color #F0FC30: hue angle of 63.53º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F0FC30 is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 48 | - |
| CMYK | 0.05 | 0 | 0.81 | 0.01 |
| HSL | 63.53º | 0.97% | 0.59% | - |
| HSV(B) | 63.53º | 0.81% | 0.99% | - |
| XYZ | 71.28 | 88.36 | 16.09 | - |
| YUV | 225.16 | 28.02 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 48 | 0.05 | 0 | 0.81 | 0.01 | 63.53 | 0.97 | 0.59 |
| Hex | F0 | FC | 30 | 5 | 0 | 51 | 1 | 40 | 61 | 3B |
| Octal | 360 | 374 | 60 | 5 | 0 | 121 | 1 | 100 | 141 | 73 |
| Binary | 11110000 | 11111100 | 110000 | 101 | 0 | 1010001 | 1 | 1000000 | 1100001 | 111011 |
Color Harmonies of #F0FC30
Complementary color
Monochromatic Colors of #F0FC30
Black with #F0FC30
Text Example
Text Example
White with #F0FC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FC30; }
p { color: rgb(240,252,48); }
H1.HeaderClassName
{
color: #F0FC30;
}
.AnyTagClassName
{
color: #F0FC30;
}
</style>
background-color css
<style>
a { background-color: #F0FC30; }
a { background-color: rgb(240,252,48); }
div.DivClassName
{
background-color: #F0FC30;
}
.BgClassName
{
background-color: #F0FC30;
}
</style>
border-color css
<style>
span { border-color: #F0FC30; }
span { border-color: rgb(240,252,48); }
td.TdClassName
{
border-color: #F0FC30;
}
.TagClassName
{
border-color: #F0FC30;
}
</style>