Shades of Golden Fizz #F0FB2A
Tints of Golden Fizz #F0FB2A
RGB
CMYK
RGB Variations
Color information
#F0FB2A (or 0xF0FB2A) is known color: Golden Fizz. HEX triplet: F0, FB and 2A. RGB value is (240,251,42). Sum of RGB (Red+Green+Blue) = 240+251+42=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 251 (98.44% from 255 or 47.09% from 533); Blue value is 42 (16.80% from 255 or 7.88% from 533); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FB2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FB2A is #0F04D5. Grayscale: #E0E0E0. Windows color (decimal): -984278 or 2817008. OLE color: 2817008.
HSL color Cylindrical-coordinate representation of color #F0FB2A: hue angle of 63.16º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F0FB2A is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 251 | 42 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.02 |
| HSL | 63.16º | 0.96% | 0.57% | - |
| HSV(B) | 63.16º | 0.83% | 0.98% | - |
| XYZ | 70.85 | 87.69 | 15.38 | - |
| YUV | 223.89 | 25.36 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 251 | 42 | 0.04 | 0 | 0.83 | 0.02 | 63.16 | 0.96 | 0.57 |
| Hex | F0 | FB | 2A | 4 | 0 | 53 | 2 | 3F | 60 | 39 |
| Octal | 360 | 373 | 52 | 4 | 0 | 123 | 2 | 77 | 140 | 71 |
| Binary | 11110000 | 11111011 | 101010 | 100 | 0 | 1010011 | 10 | 111111 | 1100000 | 111001 |
Color Harmonies of #F0FB2A
Complementary color
Monochromatic Colors of #F0FB2A
Black with #F0FB2A
Text Example
Text Example
White with #F0FB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FB2A; }
p { color: rgb(240,251,42); }
H1.HeaderClassName
{
color: #F0FB2A;
}
.AnyTagClassName
{
color: #F0FB2A;
}
</style>
background-color css
<style>
a { background-color: #F0FB2A; }
a { background-color: rgb(240,251,42); }
div.DivClassName
{
background-color: #F0FB2A;
}
.BgClassName
{
background-color: #F0FB2A;
}
</style>
border-color css
<style>
span { border-color: #F0FB2A; }
span { border-color: rgb(240,251,42); }
td.TdClassName
{
border-color: #F0FB2A;
}
.TagClassName
{
border-color: #F0FB2A;
}
</style>