Shades of Golden Fizz #F0FB2C
Tints of Golden Fizz #F0FB2C
RGB
CMYK
RGB Variations
Color information
#F0FB2C (or 0xF0FB2C) is known color: Golden Fizz. HEX triplet: F0, FB and 2C. RGB value is (240,251,44). Sum of RGB (Red+Green+Blue) = 240+251+44=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 251 (98.44% from 255 or 46.92% from 535); Blue value is 44 (17.58% from 255 or 8.22% from 535); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FB2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FB2C is #0F04D3. Grayscale: #E0E0E0. Windows color (decimal): -984276 or 2948080. OLE color: 2948080.
HSL color Cylindrical-coordinate representation of color #F0FB2C: hue angle of 63.19º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0FB2C is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 251 | 44 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.02 |
| HSL | 63.19º | 0.96% | 0.58% | - |
| HSV(B) | 63.19º | 0.82% | 0.98% | - |
| XYZ | 70.89 | 87.7 | 15.57 | - |
| YUV | 224.11 | 26.36 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 251 | 44 | 0.04 | 0 | 0.82 | 0.02 | 63.19 | 0.96 | 0.58 |
| Hex | F0 | FB | 2C | 4 | 0 | 52 | 2 | 3F | 60 | 3A |
| Octal | 360 | 373 | 54 | 4 | 0 | 122 | 2 | 77 | 140 | 72 |
| Binary | 11110000 | 11111011 | 101100 | 100 | 0 | 1010010 | 10 | 111111 | 1100000 | 111010 |
Color Harmonies of #F0FB2C
Complementary color
Monochromatic Colors of #F0FB2C
Black with #F0FB2C
Text Example
Text Example
White with #F0FB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FB2C; }
p { color: rgb(240,251,44); }
H1.HeaderClassName
{
color: #F0FB2C;
}
.AnyTagClassName
{
color: #F0FB2C;
}
</style>
background-color css
<style>
a { background-color: #F0FB2C; }
a { background-color: rgb(240,251,44); }
div.DivClassName
{
background-color: #F0FB2C;
}
.BgClassName
{
background-color: #F0FB2C;
}
</style>
border-color css
<style>
span { border-color: #F0FB2C; }
span { border-color: rgb(240,251,44); }
td.TdClassName
{
border-color: #F0FB2C;
}
.TagClassName
{
border-color: #F0FB2C;
}
</style>