Shades of Golden Fizz #F2F82D
Tints of Golden Fizz #F2F82D
RGB
CMYK
RGB Variations
Color information
#F2F82D (or 0xF2F82D) is known color: Golden Fizz. HEX triplet: F2, F8 and 2D. RGB value is (242,248,45). Sum of RGB (Red+Green+Blue) = 242+248+45=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 248 (97.27% from 255 or 46.36% from 535); Blue value is 45 (17.97% from 255 or 8.41% from 535); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F82D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F82D is #0D07D2. Grayscale: #DFDFDF. Windows color (decimal): -853971 or 3012850. OLE color: 3012850.
HSL color Cylindrical-coordinate representation of color #F2F82D: hue angle of 61.77º 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 #F2F82D is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 248 | 45 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.03 |
| HSL | 61.77º | 0.94% | 0.57% | - |
| HSV(B) | 61.77º | 0.82% | 0.97% | - |
| XYZ | 70.66 | 86.2 | 15.4 | - |
| YUV | 223.06 | 27.51 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 248 | 45 | 0.02 | 0 | 0.82 | 0.03 | 61.77 | 0.94 | 0.57 |
| Hex | F2 | F8 | 2D | 2 | 0 | 52 | 3 | 3E | 5E | 39 |
| Octal | 362 | 370 | 55 | 2 | 0 | 122 | 3 | 76 | 136 | 71 |
| Binary | 11110010 | 11111000 | 101101 | 10 | 0 | 1010010 | 11 | 111110 | 1011110 | 111001 |
Color Harmonies of #F2F82D
Complementary color
Monochromatic Colors of #F2F82D
Black with #F2F82D
Text Example
Text Example
White with #F2F82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F82D; }
p { color: rgb(242,248,45); }
H1.HeaderClassName
{
color: #F2F82D;
}
.AnyTagClassName
{
color: #F2F82D;
}
</style>
background-color css
<style>
a { background-color: #F2F82D; }
a { background-color: rgb(242,248,45); }
div.DivClassName
{
background-color: #F2F82D;
}
.BgClassName
{
background-color: #F2F82D;
}
</style>
border-color css
<style>
span { border-color: #F2F82D; }
span { border-color: rgb(242,248,45); }
td.TdClassName
{
border-color: #F2F82D;
}
.TagClassName
{
border-color: #F2F82D;
}
</style>