Shades of Golden Fizz #F2F628
Tints of Golden Fizz #F2F628
RGB
CMYK
RGB Variations
Color information
#F2F628 (or 0xF2F628) is known color: Golden Fizz. HEX triplet: F2, F6 and 28. RGB value is (242,246,40). Sum of RGB (Red+Green+Blue) = 242+246+40=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 246 (96.48% from 255 or 46.59% from 528); Blue value is 40 (16.02% from 255 or 7.58% from 528); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F628 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F628 is #0D09D7. Grayscale: #DEDEDE. Windows color (decimal): -854488 or 2684658. OLE color: 2684658.
HSL color Cylindrical-coordinate representation of color #F2F628: hue angle of 61.17º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F2F628 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 246 | 40 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.04 |
| HSL | 61.17º | 0.92% | 0.56% | - |
| HSV(B) | 61.17º | 0.84% | 0.96% | - |
| XYZ | 69.96 | 84.94 | 14.72 | - |
| YUV | 221.32 | 25.67 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 246 | 40 | 0.02 | 0 | 0.84 | 0.04 | 61.17 | 0.92 | 0.56 |
| Hex | F2 | F6 | 28 | 2 | 0 | 54 | 4 | 3D | 5C | 38 |
| Octal | 362 | 366 | 50 | 2 | 0 | 124 | 4 | 75 | 134 | 70 |
| Binary | 11110010 | 11110110 | 101000 | 10 | 0 | 1010100 | 100 | 111101 | 1011100 | 111000 |
Color Harmonies of #F2F628
Complementary color
Monochromatic Colors of #F2F628
Black with #F2F628
Text Example
Text Example
White with #F2F628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F628; }
p { color: rgb(242,246,40); }
H1.HeaderClassName
{
color: #F2F628;
}
.AnyTagClassName
{
color: #F2F628;
}
</style>
background-color css
<style>
a { background-color: #F2F628; }
a { background-color: rgb(242,246,40); }
div.DivClassName
{
background-color: #F2F628;
}
.BgClassName
{
background-color: #F2F628;
}
</style>
border-color css
<style>
span { border-color: #F2F628; }
span { border-color: rgb(242,246,40); }
td.TdClassName
{
border-color: #F2F628;
}
.TagClassName
{
border-color: #F2F628;
}
</style>