Shades of Corn #F1E15E
Tints of Corn #F1E15E
RGB
CMYK
RGB Variations
Color information
#F1E15E (or 0xF1E15E) is known color: Corn. HEX triplet: F1, E1 and 5E. RGB value is (241,225,94). Sum of RGB (Red+Green+Blue) = 241+225+94=560 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.04% from 560); Green value is 225 (88.28% from 255 or 40.18% from 560); Blue value is 94 (37.11% from 255 or 16.79% from 560); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E15E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E15E is #0E1EA1. Grayscale: #D7D7D7. Windows color (decimal): -925346 or 6218225. OLE color: 6218225.
HSL color Cylindrical-coordinate representation of color #F1E15E: hue angle of 53.47º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F1E15E is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 225 | 94 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.05 |
| HSL | 53.47º | 0.84% | 0.66% | - |
| HSV(B) | 53.47º | 0.61% | 0.95% | - |
| XYZ | 65.22 | 73.36 | 21.31 | - |
| YUV | 214.85 | 59.8 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 225 | 94 | 0 | 0.07 | 0.61 | 0.05 | 53.47 | 0.84 | 0.66 |
| Hex | F1 | E1 | 5E | 0 | 7 | 3D | 5 | 35 | 54 | 42 |
| Octal | 361 | 341 | 136 | 0 | 7 | 75 | 5 | 65 | 124 | 102 |
| Binary | 11110001 | 11100001 | 1011110 | 0 | 111 | 111101 | 101 | 110101 | 1010100 | 1000010 |
Color Harmonies of #F1E15E
Complementary color
Monochromatic Colors of #F1E15E
Black with #F1E15E
Text Example
Text Example
White with #F1E15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E15E; }
p { color: rgb(241,225,94); }
H1.HeaderClassName
{
color: #F1E15E;
}
.AnyTagClassName
{
color: #F1E15E;
}
</style>
background-color css
<style>
a { background-color: #F1E15E; }
a { background-color: rgb(241,225,94); }
div.DivClassName
{
background-color: #F1E15E;
}
.BgClassName
{
background-color: #F1E15E;
}
</style>
border-color css
<style>
span { border-color: #F1E15E; }
span { border-color: rgb(241,225,94); }
td.TdClassName
{
border-color: #F1E15E;
}
.TagClassName
{
border-color: #F1E15E;
}
</style>