Shades of Golden Fizz #F0FA2C
Tints of Golden Fizz #F0FA2C
RGB
CMYK
RGB Variations
Color information
#F0FA2C (or 0xF0FA2C) is known color: Golden Fizz. HEX triplet: F0, FA and 2C. RGB value is (240,250,44). Sum of RGB (Red+Green+Blue) = 240+250+44=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 250 (98.05% from 255 or 46.82% from 534); Blue value is 44 (17.58% from 255 or 8.24% from 534); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FA2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FA2C is #0F05D3. Grayscale: #E0E0E0. Windows color (decimal): -984532 or 2947824. OLE color: 2947824.
HSL color Cylindrical-coordinate representation of color #F0FA2C: hue angle of 62.91º degrees, saturation: 0.95, 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 #F0FA2C is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 44 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.02 |
| HSL | 62.91º | 0.95% | 0.58% | - |
| HSV(B) | 62.91º | 0.82% | 0.98% | - |
| XYZ | 70.58 | 87.08 | 15.47 | - |
| YUV | 223.53 | 26.69 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 44 | 0.04 | 0 | 0.82 | 0.02 | 62.91 | 0.95 | 0.58 |
| Hex | F0 | FA | 2C | 4 | 0 | 52 | 2 | 3F | 5F | 3A |
| Octal | 360 | 372 | 54 | 4 | 0 | 122 | 2 | 77 | 137 | 72 |
| Binary | 11110000 | 11111010 | 101100 | 100 | 0 | 1010010 | 10 | 111111 | 1011111 | 111010 |
Color Harmonies of #F0FA2C
Complementary color
Monochromatic Colors of #F0FA2C
Black with #F0FA2C
Text Example
Text Example
White with #F0FA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FA2C; }
p { color: rgb(240,250,44); }
H1.HeaderClassName
{
color: #F0FA2C;
}
.AnyTagClassName
{
color: #F0FA2C;
}
</style>
background-color css
<style>
a { background-color: #F0FA2C; }
a { background-color: rgb(240,250,44); }
div.DivClassName
{
background-color: #F0FA2C;
}
.BgClassName
{
background-color: #F0FA2C;
}
</style>
border-color css
<style>
span { border-color: #F0FA2C; }
span { border-color: rgb(240,250,44); }
td.TdClassName
{
border-color: #F0FA2C;
}
.TagClassName
{
border-color: #F0FA2C;
}
</style>