Shades of Golden Fizz #F2E628
Tints of Golden Fizz #F2E628
RGB
CMYK
RGB Variations
Color information
#F2E628 (or 0xF2E628) is known color: Golden Fizz. HEX triplet: F2, E6 and 28. RGB value is (242,230,40). Sum of RGB (Red+Green+Blue) = 242+230+40=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 230 (90.23% from 255 or 44.92% from 512); Blue value is 40 (16.02% from 255 or 7.81% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E628 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2E628 is #0D19D7. Grayscale: #D4D4D4. Windows color (decimal): -858584 or 2680562. OLE color: 2680562.
HSL color Cylindrical-coordinate representation of color #F2E628: hue angle of 56.44º 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 #F2E628 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 230 | 40 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.05 |
| HSL | 56.44º | 0.89% | 0.55% | - |
| HSV(B) | 56.44º | 0.83% | 0.95% | - |
| XYZ | 65.3 | 75.62 | 13.16 | - |
| YUV | 211.93 | 30.98 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 230 | 40 | 0 | 0.05 | 0.83 | 0.05 | 56.44 | 0.89 | 0.55 |
| Hex | F2 | E6 | 28 | 0 | 5 | 53 | 5 | 38 | 59 | 37 |
| Octal | 362 | 346 | 50 | 0 | 5 | 123 | 5 | 70 | 131 | 67 |
| Binary | 11110010 | 11100110 | 101000 | 0 | 101 | 1010011 | 101 | 111000 | 1011001 | 110111 |
Color Harmonies of #F2E628
Complementary color
Monochromatic Colors of #F2E628
Black with #F2E628
Text Example
Text Example
White with #F2E628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E628; }
p { color: rgb(242,230,40); }
H1.HeaderClassName
{
color: #F2E628;
}
.AnyTagClassName
{
color: #F2E628;
}
</style>
background-color css
<style>
a { background-color: #F2E628; }
a { background-color: rgb(242,230,40); }
div.DivClassName
{
background-color: #F2E628;
}
.BgClassName
{
background-color: #F2E628;
}
</style>
border-color css
<style>
span { border-color: #F2E628; }
span { border-color: rgb(242,230,40); }
td.TdClassName
{
border-color: #F2E628;
}
.TagClassName
{
border-color: #F2E628;
}
</style>