Shades of Golden Fizz #F2ED27
Tints of Golden Fizz #F2ED27
RGB
CMYK
RGB Variations
Color information
#F2ED27 (or 0xF2ED27) is known color: Golden Fizz. HEX triplet: F2, ED and 27. RGB value is (242,237,39). Sum of RGB (Red+Green+Blue) = 242+237+39=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 39 (15.62% from 255 or 7.53% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED27 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2ED27 is #0D12D8. Grayscale: #D8D8D8. Windows color (decimal): -856793 or 2616818. OLE color: 2616818.
HSL color Cylindrical-coordinate representation of color #F2ED27: hue angle of 58.52º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F2ED27 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 39 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.05 |
| HSL | 58.52º | 0.89% | 0.55% | - |
| HSV(B) | 58.52º | 0.84% | 0.95% | - |
| XYZ | 67.27 | 79.59 | 13.74 | - |
| YUV | 215.92 | 28.16 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 39 | 0 | 0.02 | 0.84 | 0.05 | 58.52 | 0.89 | 0.55 |
| Hex | F2 | ED | 27 | 0 | 2 | 54 | 5 | 3B | 59 | 37 |
| Octal | 362 | 355 | 47 | 0 | 2 | 124 | 5 | 73 | 131 | 67 |
| Binary | 11110010 | 11101101 | 100111 | 0 | 10 | 1010100 | 101 | 111011 | 1011001 | 110111 |
Color Harmonies of #F2ED27
Complementary color
Monochromatic Colors of #F2ED27
Black with #F2ED27
Text Example
Text Example
White with #F2ED27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ED27; }
p { color: rgb(242,237,39); }
H1.HeaderClassName
{
color: #F2ED27;
}
.AnyTagClassName
{
color: #F2ED27;
}
</style>
background-color css
<style>
a { background-color: #F2ED27; }
a { background-color: rgb(242,237,39); }
div.DivClassName
{
background-color: #F2ED27;
}
.BgClassName
{
background-color: #F2ED27;
}
</style>
border-color css
<style>
span { border-color: #F2ED27; }
span { border-color: rgb(242,237,39); }
td.TdClassName
{
border-color: #F2ED27;
}
.TagClassName
{
border-color: #F2ED27;
}
</style>