Shades of Golden Yellow #F0E100
Tints of Golden Yellow #F0E100
RGB
CMYK
RGB Variations
Color information
#F0E100 (or 0xF0E100) is known color: Golden Yellow. HEX triplet: F0, E1 and 00. RGB value is (240,225,0). Sum of RGB (Red+Green+Blue) = 240+225+0=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 225 (88.28% from 255 or 48.39% from 465); Blue value is 0 (0.39% from 255 or 0% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E100 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0E100 is #0F1EFF. Grayscale: #CCCCCC. Windows color (decimal): -990976 or 57840. OLE color: 57840.
HSL color Cylindrical-coordinate representation of color #F0E100: hue angle of 56.25º 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 #F0E100 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 225 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.06 |
| HSL | 56.25º | 1% | 0.47% | - |
| HSV(B) | 56.25º | 1% | 0.94% | - |
| XYZ | 62.86 | 72.38 | 10.66 | - |
| YUV | 203.84 | 12.97 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 225 | 0 | 0 | 0.06 | 1 | 0.06 | 56.25 | 1 | 0.47 |
| Hex | F0 | E1 | 0 | 0 | 6 | 64 | 6 | 38 | 64 | 2F |
| Octal | 360 | 341 | 0 | 0 | 6 | 144 | 6 | 70 | 144 | 57 |
| Binary | 11110000 | 11100001 | 0 | 0 | 110 | 1100100 | 110 | 111000 | 1100100 | 101111 |
Color Harmonies of #F0E100
Complementary color
Monochromatic Colors of #F0E100
Black with #F0E100
Text Example
Text Example
White with #F0E100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E100; }
p { color: rgb(240,225,0); }
H1.HeaderClassName
{
color: #F0E100;
}
.AnyTagClassName
{
color: #F0E100;
}
</style>
background-color css
<style>
a { background-color: #F0E100; }
a { background-color: rgb(240,225,0); }
div.DivClassName
{
background-color: #F0E100;
}
.BgClassName
{
background-color: #F0E100;
}
</style>
border-color css
<style>
span { border-color: #F0E100; }
span { border-color: rgb(240,225,0); }
td.TdClassName
{
border-color: #F0E100;
}
.TagClassName
{
border-color: #F0E100;
}
</style>