Shades of Golden Yellow #F0E201
Tints of Golden Yellow #F0E201
RGB
CMYK
RGB Variations
Color information
#F0E201 (or 0xF0E201) is known color: Golden Yellow. HEX triplet: F0, E2 and 01. RGB value is (240,226,1). Sum of RGB (Red+Green+Blue) = 240+226+1=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 226 (88.67% from 255 or 48.39% from 467); Blue value is 1 (0.78% from 255 or 0.21% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E201 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0E201 is #0F1DFE. Grayscale: #CDCDCD. Windows color (decimal): -990719 or 123632. OLE color: 123632.
HSL color Cylindrical-coordinate representation of color #F0E201: hue angle of 56.49º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0E201 is Cyan = 0, Magento = 0.06, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 226 | 1 | - |
| CMYK | 0 | 0.06 | 1.00 | 0.06 |
| HSL | 56.49º | 0.99% | 0.47% | - |
| HSV(B) | 56.49º | 1% | 0.94% | - |
| XYZ | 63.14 | 72.92 | 10.78 | - |
| YUV | 204.54 | 13.14 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 226 | 1 | 0 | 0.06 | 1.00 | 0.06 | 56.49 | 0.99 | 0.47 |
| Hex | F0 | E2 | 1 | 0 | 6 | 64 | 6 | 38 | 63 | 2F |
| Octal | 360 | 342 | 1 | 0 | 6 | 144 | 6 | 70 | 143 | 57 |
| Binary | 11110000 | 11100010 | 1 | 0 | 110 | 1100100 | 110 | 111000 | 1100011 | 101111 |
Color Harmonies of #F0E201
Complementary color
Monochromatic Colors of #F0E201
Black with #F0E201
Text Example
Text Example
White with #F0E201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E201; }
p { color: rgb(240,226,1); }
H1.HeaderClassName
{
color: #F0E201;
}
.AnyTagClassName
{
color: #F0E201;
}
</style>
background-color css
<style>
a { background-color: #F0E201; }
a { background-color: rgb(240,226,1); }
div.DivClassName
{
background-color: #F0E201;
}
.BgClassName
{
background-color: #F0E201;
}
</style>
border-color css
<style>
span { border-color: #F0E201; }
span { border-color: rgb(240,226,1); }
td.TdClassName
{
border-color: #F0E201;
}
.TagClassName
{
border-color: #F0E201;
}
</style>