Shades of Golden Fizz #F2ED28
Tints of Golden Fizz #F2ED28
RGB
CMYK
RGB Variations
Color information
#F2ED28 (or 0xF2ED28) is known color: Golden Fizz. HEX triplet: F2, ED and 28. RGB value is (242,237,40). Sum of RGB (Red+Green+Blue) = 242+237+40=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 237 (92.97% from 255 or 45.66% from 519); Blue value is 40 (16.02% from 255 or 7.71% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2ED28 is #0D12D7. Grayscale: #D8D8D8. Windows color (decimal): -856792 or 2682354. OLE color: 2682354.
HSL color Cylindrical-coordinate representation of color #F2ED28: hue angle of 58.51º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F2ED28 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 40 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.05 |
| HSL | 58.51º | 0.89% | 0.55% | - |
| HSV(B) | 58.51º | 0.83% | 0.95% | - |
| XYZ | 67.29 | 79.6 | 13.83 | - |
| YUV | 216.04 | 28.66 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 40 | 0 | 0.02 | 0.83 | 0.05 | 58.51 | 0.89 | 0.55 |
| Hex | F2 | ED | 28 | 0 | 2 | 53 | 5 | 3B | 59 | 37 |
| Octal | 362 | 355 | 50 | 0 | 2 | 123 | 5 | 73 | 131 | 67 |
| Binary | 11110010 | 11101101 | 101000 | 0 | 10 | 1010011 | 101 | 111011 | 1011001 | 110111 |
Color Harmonies of #F2ED28
Complementary color
Monochromatic Colors of #F2ED28
Black with #F2ED28
Text Example
Text Example
White with #F2ED28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ED28; }
p { color: rgb(242,237,40); }
H1.HeaderClassName
{
color: #F2ED28;
}
.AnyTagClassName
{
color: #F2ED28;
}
</style>
background-color css
<style>
a { background-color: #F2ED28; }
a { background-color: rgb(242,237,40); }
div.DivClassName
{
background-color: #F2ED28;
}
.BgClassName
{
background-color: #F2ED28;
}
</style>
border-color css
<style>
span { border-color: #F2ED28; }
span { border-color: rgb(242,237,40); }
td.TdClassName
{
border-color: #F2ED28;
}
.TagClassName
{
border-color: #F2ED28;
}
</style>