Shades of Golden Fizz #F2ED2A
Tints of Golden Fizz #F2ED2A
RGB
CMYK
RGB Variations
Color information
#F2ED2A (or 0xF2ED2A) is known color: Golden Fizz. HEX triplet: F2, ED and 2A. RGB value is (242,237,42). Sum of RGB (Red+Green+Blue) = 242+237+42=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 42 (16.80% from 255 or 8.06% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2ED2A is #0D12D5. Grayscale: #D9D9D9. Windows color (decimal): -856790 or 2813426. OLE color: 2813426.
HSL color Cylindrical-coordinate representation of color #F2ED2A: hue angle of 58.5º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F2ED2A is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 42 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.05 |
| HSL | 58.5º | 0.88% | 0.56% | - |
| HSV(B) | 58.5º | 0.83% | 0.95% | - |
| XYZ | 67.32 | 79.61 | 14.01 | - |
| YUV | 216.27 | 29.66 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 42 | 0 | 0.02 | 0.83 | 0.05 | 58.5 | 0.88 | 0.56 |
| Hex | F2 | ED | 2A | 0 | 2 | 53 | 5 | 3A | 58 | 38 |
| Octal | 362 | 355 | 52 | 0 | 2 | 123 | 5 | 72 | 130 | 70 |
| Binary | 11110010 | 11101101 | 101010 | 0 | 10 | 1010011 | 101 | 111010 | 1011000 | 111000 |
Color Harmonies of #F2ED2A
Complementary color
Monochromatic Colors of #F2ED2A
Black with #F2ED2A
Text Example
Text Example
White with #F2ED2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ED2A; }
p { color: rgb(242,237,42); }
H1.HeaderClassName
{
color: #F2ED2A;
}
.AnyTagClassName
{
color: #F2ED2A;
}
</style>
background-color css
<style>
a { background-color: #F2ED2A; }
a { background-color: rgb(242,237,42); }
div.DivClassName
{
background-color: #F2ED2A;
}
.BgClassName
{
background-color: #F2ED2A;
}
</style>
border-color css
<style>
span { border-color: #F2ED2A; }
span { border-color: rgb(242,237,42); }
td.TdClassName
{
border-color: #F2ED2A;
}
.TagClassName
{
border-color: #F2ED2A;
}
</style>