Shades of Golden Fizz #F0F82C
Tints of Golden Fizz #F0F82C
RGB
CMYK
RGB Variations
Color information
#F0F82C (or 0xF0F82C) is known color: Golden Fizz. HEX triplet: F0, F8 and 2C. RGB value is (240,248,44). Sum of RGB (Red+Green+Blue) = 240+248+44=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 248 (97.27% from 255 or 46.62% from 532); Blue value is 44 (17.58% from 255 or 8.27% from 532); Max value from RGB is 248 - color contains mainly: green. Hex color #F0F82C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F82C is #0F07D3. Grayscale: #DFDFDF. Windows color (decimal): -985044 or 2947312. OLE color: 2947312.
HSL color Cylindrical-coordinate representation of color #F0F82C: hue angle of 62.35º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0F82C is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 248 | 44 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.03 |
| HSL | 62.35º | 0.94% | 0.57% | - |
| HSV(B) | 62.35º | 0.82% | 0.97% | - |
| XYZ | 69.96 | 85.84 | 15.26 | - |
| YUV | 222.35 | 27.35 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 248 | 44 | 0.03 | 0 | 0.82 | 0.03 | 62.35 | 0.94 | 0.57 |
| Hex | F0 | F8 | 2C | 3 | 0 | 52 | 3 | 3E | 5E | 39 |
| Octal | 360 | 370 | 54 | 3 | 0 | 122 | 3 | 76 | 136 | 71 |
| Binary | 11110000 | 11111000 | 101100 | 11 | 0 | 1010010 | 11 | 111110 | 1011110 | 111001 |
Color Harmonies of #F0F82C
Complementary color
Monochromatic Colors of #F0F82C
Black with #F0F82C
Text Example
Text Example
White with #F0F82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F82C; }
p { color: rgb(240,248,44); }
H1.HeaderClassName
{
color: #F0F82C;
}
.AnyTagClassName
{
color: #F0F82C;
}
</style>
background-color css
<style>
a { background-color: #F0F82C; }
a { background-color: rgb(240,248,44); }
div.DivClassName
{
background-color: #F0F82C;
}
.BgClassName
{
background-color: #F0F82C;
}
</style>
border-color css
<style>
span { border-color: #F0F82C; }
span { border-color: rgb(240,248,44); }
td.TdClassName
{
border-color: #F0F82C;
}
.TagClassName
{
border-color: #F0F82C;
}
</style>