Shades of Golden Fizz #F0FF30
Tints of Golden Fizz #F0FF30
RGB
CMYK
RGB Variations
Color information
#F0FF30 (or 0xF0FF30) is known color: Golden Fizz. HEX triplet: F0, FF and 30. RGB value is (240,255,48). Sum of RGB (Red+Green+Blue) = 240+255+48=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 48 (19.14% from 255 or 8.84% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FF30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FF30 is #0F00CF. Grayscale: #E3E3E3. Windows color (decimal): -983248 or 3211248. OLE color: 3211248.
HSL color Cylindrical-coordinate representation of color #F0FF30: hue angle of 64.35º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F0FF30 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 255 | 48 | - |
| CMYK | 0.06 | 0 | 0.81 | 0 |
| HSL | 64.35º | 1% | 0.59% | - |
| HSV(B) | 64.35º | 0.81% | 1% | - |
| XYZ | 72.23 | 90.26 | 16.41 | - |
| YUV | 226.92 | 27.03 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 255 | 48 | 0.06 | 0 | 0.81 | 0 | 64.35 | 1 | 0.59 |
| Hex | F0 | FF | 30 | 6 | 0 | 51 | 0 | 40 | 64 | 3B |
| Octal | 360 | 377 | 60 | 6 | 0 | 121 | 0 | 100 | 144 | 73 |
| Binary | 11110000 | 11111111 | 110000 | 110 | 0 | 1010001 | 0 | 1000000 | 1100100 | 111011 |
Color Harmonies of #F0FF30
Complementary color
Monochromatic Colors of #F0FF30
Black with #F0FF30
Text Example
Text Example
White with #F0FF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FF30; }
p { color: rgb(240,255,48); }
H1.HeaderClassName
{
color: #F0FF30;
}
.AnyTagClassName
{
color: #F0FF30;
}
</style>
background-color css
<style>
a { background-color: #F0FF30; }
a { background-color: rgb(240,255,48); }
div.DivClassName
{
background-color: #F0FF30;
}
.BgClassName
{
background-color: #F0FF30;
}
</style>
border-color css
<style>
span { border-color: #F0FF30; }
span { border-color: rgb(240,255,48); }
td.TdClassName
{
border-color: #F0FF30;
}
.TagClassName
{
border-color: #F0FF30;
}
</style>