Shades of Golden Fizz #F2E62B
Tints of Golden Fizz #F2E62B
RGB
CMYK
RGB Variations
Color information
#F2E62B (or 0xF2E62B) is known color: Golden Fizz. HEX triplet: F2, E6 and 2B. RGB value is (242,230,43). Sum of RGB (Red+Green+Blue) = 242+230+43=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 230 (90.23% from 255 or 44.66% from 515); Blue value is 43 (17.19% from 255 or 8.35% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E62B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2E62B is #0D19D4. Grayscale: #D5D5D5. Windows color (decimal): -858581 or 2877170. OLE color: 2877170.
HSL color Cylindrical-coordinate representation of color #F2E62B: hue angle of 56.38º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F2E62B is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 230 | 43 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.05 |
| HSL | 56.38º | 0.88% | 0.56% | - |
| HSV(B) | 56.38º | 0.82% | 0.95% | - |
| XYZ | 65.35 | 75.65 | 13.44 | - |
| YUV | 212.27 | 32.48 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 230 | 43 | 0 | 0.05 | 0.82 | 0.05 | 56.38 | 0.88 | 0.56 |
| Hex | F2 | E6 | 2B | 0 | 5 | 52 | 5 | 38 | 58 | 38 |
| Octal | 362 | 346 | 53 | 0 | 5 | 122 | 5 | 70 | 130 | 70 |
| Binary | 11110010 | 11100110 | 101011 | 0 | 101 | 1010010 | 101 | 111000 | 1011000 | 111000 |
Color Harmonies of #F2E62B
Complementary color
Monochromatic Colors of #F2E62B
Black with #F2E62B
Text Example
Text Example
White with #F2E62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E62B; }
p { color: rgb(242,230,43); }
H1.HeaderClassName
{
color: #F2E62B;
}
.AnyTagClassName
{
color: #F2E62B;
}
</style>
background-color css
<style>
a { background-color: #F2E62B; }
a { background-color: rgb(242,230,43); }
div.DivClassName
{
background-color: #F2E62B;
}
.BgClassName
{
background-color: #F2E62B;
}
</style>
border-color css
<style>
span { border-color: #F2E62B; }
span { border-color: rgb(242,230,43); }
td.TdClassName
{
border-color: #F2E62B;
}
.TagClassName
{
border-color: #F2E62B;
}
</style>