Shades of Golden Fizz #F2E624
Tints of Golden Fizz #F2E624
RGB
CMYK
RGB Variations
Color information
#F2E624 (or 0xF2E624) is known color: Golden Fizz. HEX triplet: F2, E6 and 24. RGB value is (242,230,36). Sum of RGB (Red+Green+Blue) = 242+230+36=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 230 (90.23% from 255 or 45.28% from 508); Blue value is 36 (14.45% from 255 or 7.09% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E624 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2E624 is #0D19DB. Grayscale: #D4D4D4. Windows color (decimal): -858588 or 2418418. OLE color: 2418418.
HSL color Cylindrical-coordinate representation of color #F2E624: hue angle of 56.5º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F2E624 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 230 | 36 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.05 |
| HSL | 56.5º | 0.89% | 0.55% | - |
| HSV(B) | 56.5º | 0.85% | 0.95% | - |
| XYZ | 65.23 | 75.6 | 12.82 | - |
| YUV | 211.47 | 28.98 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 230 | 36 | 0 | 0.05 | 0.85 | 0.05 | 56.5 | 0.89 | 0.55 |
| Hex | F2 | E6 | 24 | 0 | 5 | 55 | 5 | 39 | 59 | 37 |
| Octal | 362 | 346 | 44 | 0 | 5 | 125 | 5 | 71 | 131 | 67 |
| Binary | 11110010 | 11100110 | 100100 | 0 | 101 | 1010101 | 101 | 111001 | 1011001 | 110111 |
Color Harmonies of #F2E624
Complementary color
Monochromatic Colors of #F2E624
Black with #F2E624
Text Example
Text Example
White with #F2E624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E624; }
p { color: rgb(242,230,36); }
H1.HeaderClassName
{
color: #F2E624;
}
.AnyTagClassName
{
color: #F2E624;
}
</style>
background-color css
<style>
a { background-color: #F2E624; }
a { background-color: rgb(242,230,36); }
div.DivClassName
{
background-color: #F2E624;
}
.BgClassName
{
background-color: #F2E624;
}
</style>
border-color css
<style>
span { border-color: #F2E624; }
span { border-color: rgb(242,230,36); }
td.TdClassName
{
border-color: #F2E624;
}
.TagClassName
{
border-color: #F2E624;
}
</style>