Shades of Golden Fizz #F2E028
Tints of Golden Fizz #F2E028
RGB
CMYK
RGB Variations
Color information
#F2E028 (or 0xF2E028) is known color: Golden Fizz. HEX triplet: F2, E0 and 28. RGB value is (242,224,40). Sum of RGB (Red+Green+Blue) = 242+224+40=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 224 (87.89% from 255 or 44.27% from 506); Blue value is 40 (16.02% from 255 or 7.91% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E028 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E028 is #0D1FD7. Grayscale: #D1D1D1. Windows color (decimal): -860120 or 2679026. OLE color: 2679026.
HSL color Cylindrical-coordinate representation of color #F2E028: hue angle of 54.65º 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 #F2E028 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 40 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.05 |
| HSL | 54.65º | 0.89% | 0.55% | - |
| HSV(B) | 54.65º | 0.83% | 0.95% | - |
| XYZ | 63.66 | 72.34 | 12.62 | - |
| YUV | 208.41 | 32.96 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 40 | 0 | 0.07 | 0.83 | 0.05 | 54.65 | 0.89 | 0.55 |
| Hex | F2 | E0 | 28 | 0 | 7 | 53 | 5 | 37 | 59 | 37 |
| Octal | 362 | 340 | 50 | 0 | 7 | 123 | 5 | 67 | 131 | 67 |
| Binary | 11110010 | 11100000 | 101000 | 0 | 111 | 1010011 | 101 | 110111 | 1011001 | 110111 |
Color Harmonies of #F2E028
Complementary color
Monochromatic Colors of #F2E028
Black with #F2E028
Text Example
Text Example
White with #F2E028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E028; }
p { color: rgb(242,224,40); }
H1.HeaderClassName
{
color: #F2E028;
}
.AnyTagClassName
{
color: #F2E028;
}
</style>
background-color css
<style>
a { background-color: #F2E028; }
a { background-color: rgb(242,224,40); }
div.DivClassName
{
background-color: #F2E028;
}
.BgClassName
{
background-color: #F2E028;
}
</style>
border-color css
<style>
span { border-color: #F2E028; }
span { border-color: rgb(242,224,40); }
td.TdClassName
{
border-color: #F2E028;
}
.TagClassName
{
border-color: #F2E028;
}
</style>