Shades of Golden Fizz #F0E63C
Tints of Golden Fizz #F0E63C
RGB
CMYK
RGB Variations
Color information
#F0E63C (or 0xF0E63C) is known color: Golden Fizz. HEX triplet: F0, E6 and 3C. RGB value is (240,230,60). Sum of RGB (Red+Green+Blue) = 240+230+60=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 230 (90.23% from 255 or 43.40% from 530); Blue value is 60 (23.83% from 255 or 11.32% from 530); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E63C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0E63C is #0F19C3. Grayscale: #D6D6D6. Windows color (decimal): -989636 or 3991280. OLE color: 3991280.
HSL color Cylindrical-coordinate representation of color #F0E63C: hue angle of 56.67º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0E63C is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 230 | 60 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.06 |
| HSL | 56.67º | 0.86% | 0.59% | - |
| HSV(B) | 56.67º | 0.75% | 0.94% | - |
| XYZ | 65.05 | 75.45 | 15.41 | - |
| YUV | 213.61 | 41.31 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 230 | 60 | 0 | 0.04 | 0.75 | 0.06 | 56.67 | 0.86 | 0.59 |
| Hex | F0 | E6 | 3C | 0 | 4 | 4B | 6 | 39 | 56 | 3B |
| Octal | 360 | 346 | 74 | 0 | 4 | 113 | 6 | 71 | 126 | 73 |
| Binary | 11110000 | 11100110 | 111100 | 0 | 100 | 1001011 | 110 | 111001 | 1010110 | 111011 |
Color Harmonies of #F0E63C
Complementary color
Monochromatic Colors of #F0E63C
Black with #F0E63C
Text Example
Text Example
White with #F0E63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E63C; }
p { color: rgb(240,230,60); }
H1.HeaderClassName
{
color: #F0E63C;
}
.AnyTagClassName
{
color: #F0E63C;
}
</style>
background-color css
<style>
a { background-color: #F0E63C; }
a { background-color: rgb(240,230,60); }
div.DivClassName
{
background-color: #F0E63C;
}
.BgClassName
{
background-color: #F0E63C;
}
</style>
border-color css
<style>
span { border-color: #F0E63C; }
span { border-color: rgb(240,230,60); }
td.TdClassName
{
border-color: #F0E63C;
}
.TagClassName
{
border-color: #F0E63C;
}
</style>