Shades of Golden Fizz #F2ED2E
Tints of Golden Fizz #F2ED2E
RGB
CMYK
RGB Variations
Color information
#F2ED2E (or 0xF2ED2E) is known color: Golden Fizz. HEX triplet: F2, ED and 2E. RGB value is (242,237,46). Sum of RGB (Red+Green+Blue) = 242+237+46=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 237 (92.97% from 255 or 45.14% from 525); Blue value is 46 (18.36% from 255 or 8.76% from 525); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2ED2E is #0D12D1. Grayscale: #D9D9D9. Windows color (decimal): -856786 or 3075570. OLE color: 3075570.
HSL color Cylindrical-coordinate representation of color #F2ED2E: hue angle of 58.47º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F2ED2E is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 46 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.05 |
| HSL | 58.47º | 0.88% | 0.56% | - |
| HSV(B) | 58.47º | 0.81% | 0.95% | - |
| XYZ | 67.4 | 79.64 | 14.41 | - |
| YUV | 216.72 | 31.66 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 46 | 0 | 0.02 | 0.81 | 0.05 | 58.47 | 0.88 | 0.56 |
| Hex | F2 | ED | 2E | 0 | 2 | 51 | 5 | 3A | 58 | 38 |
| Octal | 362 | 355 | 56 | 0 | 2 | 121 | 5 | 72 | 130 | 70 |
| Binary | 11110010 | 11101101 | 101110 | 0 | 10 | 1010001 | 101 | 111010 | 1011000 | 111000 |
Color Harmonies of #F2ED2E
Complementary color
Monochromatic Colors of #F2ED2E
Black with #F2ED2E
Text Example
Text Example
White with #F2ED2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ED2E; }
p { color: rgb(242,237,46); }
H1.HeaderClassName
{
color: #F2ED2E;
}
.AnyTagClassName
{
color: #F2ED2E;
}
</style>
background-color css
<style>
a { background-color: #F2ED2E; }
a { background-color: rgb(242,237,46); }
div.DivClassName
{
background-color: #F2ED2E;
}
.BgClassName
{
background-color: #F2ED2E;
}
</style>
border-color css
<style>
span { border-color: #F2ED2E; }
span { border-color: rgb(242,237,46); }
td.TdClassName
{
border-color: #F2ED2E;
}
.TagClassName
{
border-color: #F2ED2E;
}
</style>