Shades of Golden Fizz #F2F627
Tints of Golden Fizz #F2F627
RGB
CMYK
RGB Variations
Color information
#F2F627 (or 0xF2F627) is known color: Golden Fizz. HEX triplet: F2, F6 and 27. RGB value is (242,246,39). Sum of RGB (Red+Green+Blue) = 242+246+39=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 246 (96.48% from 255 or 46.68% from 527); Blue value is 39 (15.62% from 255 or 7.40% from 527); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F627 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F627 is #0D09D8. Grayscale: #DEDEDE. Windows color (decimal): -854489 or 2619122. OLE color: 2619122.
HSL color Cylindrical-coordinate representation of color #F2F627: hue angle of 61.16º 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 #F2F627 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 246 | 39 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.04 |
| HSL | 61.16º | 0.92% | 0.56% | - |
| HSV(B) | 61.16º | 0.84% | 0.96% | - |
| XYZ | 69.94 | 84.94 | 14.63 | - |
| YUV | 221.21 | 25.17 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 246 | 39 | 0.02 | 0 | 0.84 | 0.04 | 61.16 | 0.92 | 0.56 |
| Hex | F2 | F6 | 27 | 2 | 0 | 54 | 4 | 3D | 5C | 38 |
| Octal | 362 | 366 | 47 | 2 | 0 | 124 | 4 | 75 | 134 | 70 |
| Binary | 11110010 | 11110110 | 100111 | 10 | 0 | 1010100 | 100 | 111101 | 1011100 | 111000 |
Color Harmonies of #F2F627
Complementary color
Monochromatic Colors of #F2F627
Black with #F2F627
Text Example
Text Example
White with #F2F627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F627; }
p { color: rgb(242,246,39); }
H1.HeaderClassName
{
color: #F2F627;
}
.AnyTagClassName
{
color: #F2F627;
}
</style>
background-color css
<style>
a { background-color: #F2F627; }
a { background-color: rgb(242,246,39); }
div.DivClassName
{
background-color: #F2F627;
}
.BgClassName
{
background-color: #F2F627;
}
</style>
border-color css
<style>
span { border-color: #F2F627; }
span { border-color: rgb(242,246,39); }
td.TdClassName
{
border-color: #F2F627;
}
.TagClassName
{
border-color: #F2F627;
}
</style>