Shades of Golden Fizz #F0E62B
Tints of Golden Fizz #F0E62B
RGB
CMYK
RGB Variations
Color information
#F0E62B (or 0xF0E62B) is known color: Golden Fizz. HEX triplet: F0, E6 and 2B. RGB value is (240,230,43). Sum of RGB (Red+Green+Blue) = 240+230+43=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 230 (90.23% from 255 or 44.83% from 513); Blue value is 43 (17.19% from 255 or 8.38% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E62B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0E62B is #0F19D4. Grayscale: #D4D4D4. Windows color (decimal): -989653 or 2877168. OLE color: 2877168.
HSL color Cylindrical-coordinate representation of color #F0E62B: hue angle of 56.95º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0E62B is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 230 | 43 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.06 |
| HSL | 56.95º | 0.87% | 0.55% | - |
| HSV(B) | 56.95º | 0.82% | 0.94% | - |
| XYZ | 64.67 | 75.29 | 13.41 | - |
| YUV | 211.67 | 32.81 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 230 | 43 | 0 | 0.04 | 0.82 | 0.06 | 56.95 | 0.87 | 0.55 |
| Hex | F0 | E6 | 2B | 0 | 4 | 52 | 6 | 39 | 57 | 37 |
| Octal | 360 | 346 | 53 | 0 | 4 | 122 | 6 | 71 | 127 | 67 |
| Binary | 11110000 | 11100110 | 101011 | 0 | 100 | 1010010 | 110 | 111001 | 1010111 | 110111 |
Color Harmonies of #F0E62B
Complementary color
Monochromatic Colors of #F0E62B
Black with #F0E62B
Text Example
Text Example
White with #F0E62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E62B; }
p { color: rgb(240,230,43); }
H1.HeaderClassName
{
color: #F0E62B;
}
.AnyTagClassName
{
color: #F0E62B;
}
</style>
background-color css
<style>
a { background-color: #F0E62B; }
a { background-color: rgb(240,230,43); }
div.DivClassName
{
background-color: #F0E62B;
}
.BgClassName
{
background-color: #F0E62B;
}
</style>
border-color css
<style>
span { border-color: #F0E62B; }
span { border-color: rgb(240,230,43); }
td.TdClassName
{
border-color: #F0E62B;
}
.TagClassName
{
border-color: #F0E62B;
}
</style>