Shades of Golden Yellow #F0E800
Tints of Golden Yellow #F0E800
RGB
CMYK
RGB Variations
Color information
#F0E800 (or 0xF0E800) is known color: Golden Yellow. HEX triplet: F0, E8 and 00. RGB value is (240,232,0). Sum of RGB (Red+Green+Blue) = 240+232+0=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 232 (91.02% from 255 or 49.15% from 472); Blue value is 0 (0.39% from 255 or 0% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E800 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0E800 is #0F17FF. Grayscale: #D0D0D0. Windows color (decimal): -989184 or 59632. OLE color: 59632.
HSL color Cylindrical-coordinate representation of color #F0E800: hue angle of 58º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0E800 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 232 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.06 |
| HSL | 58º | 1% | 0.47% | - |
| HSV(B) | 58º | 1% | 0.94% | - |
| XYZ | 64.79 | 76.24 | 11.3 | - |
| YUV | 207.94 | 10.65 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 232 | 0 | 0 | 0.03 | 1 | 0.06 | 58 | 1 | 0.47 |
| Hex | F0 | E8 | 0 | 0 | 3 | 64 | 6 | 3A | 64 | 2F |
| Octal | 360 | 350 | 0 | 0 | 3 | 144 | 6 | 72 | 144 | 57 |
| Binary | 11110000 | 11101000 | 0 | 0 | 11 | 1100100 | 110 | 111010 | 1100100 | 101111 |
Color Harmonies of #F0E800
Complementary color
Monochromatic Colors of #F0E800
Black with #F0E800
Text Example
Text Example
White with #F0E800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E800; }
p { color: rgb(240,232,0); }
H1.HeaderClassName
{
color: #F0E800;
}
.AnyTagClassName
{
color: #F0E800;
}
</style>
background-color css
<style>
a { background-color: #F0E800; }
a { background-color: rgb(240,232,0); }
div.DivClassName
{
background-color: #F0E800;
}
.BgClassName
{
background-color: #F0E800;
}
</style>
border-color css
<style>
span { border-color: #F0E800; }
span { border-color: rgb(240,232,0); }
td.TdClassName
{
border-color: #F0E800;
}
.TagClassName
{
border-color: #F0E800;
}
</style>