Shades of Corn #F1E365
Tints of Corn #F1E365
RGB
CMYK
RGB Variations
Color information
#F1E365 (or 0xF1E365) is known color: Corn. HEX triplet: F1, E3 and 65. RGB value is (241,227,101). Sum of RGB (Red+Green+Blue) = 241+227+101=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 227 (89.06% from 255 or 39.89% from 569); Blue value is 101 (39.84% from 255 or 17.75% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E365 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E365 is #0E1C9A. Grayscale: #D9D9D9. Windows color (decimal): -924827 or 6677489. OLE color: 6677489.
HSL color Cylindrical-coordinate representation of color #F1E365: hue angle of 54º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F1E365 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 227 | 101 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.05 |
| HSL | 54º | 0.83% | 0.67% | - |
| HSV(B) | 54º | 0.58% | 0.95% | - |
| XYZ | 66.09 | 74.58 | 23.22 | - |
| YUV | 216.82 | 62.64 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 227 | 101 | 0 | 0.06 | 0.58 | 0.05 | 54 | 0.83 | 0.67 |
| Hex | F1 | E3 | 65 | 0 | 6 | 3A | 5 | 36 | 53 | 43 |
| Octal | 361 | 343 | 145 | 0 | 6 | 72 | 5 | 66 | 123 | 103 |
| Binary | 11110001 | 11100011 | 1100101 | 0 | 110 | 111010 | 101 | 110110 | 1010011 | 1000011 |
Color Harmonies of #F1E365
Complementary color
Monochromatic Colors of #F1E365
Black with #F1E365
Text Example
Text Example
White with #F1E365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E365; }
p { color: rgb(241,227,101); }
H1.HeaderClassName
{
color: #F1E365;
}
.AnyTagClassName
{
color: #F1E365;
}
</style>
background-color css
<style>
a { background-color: #F1E365; }
a { background-color: rgb(241,227,101); }
div.DivClassName
{
background-color: #F1E365;
}
.BgClassName
{
background-color: #F1E365;
}
</style>
border-color css
<style>
span { border-color: #F1E365; }
span { border-color: rgb(241,227,101); }
td.TdClassName
{
border-color: #F1E365;
}
.TagClassName
{
border-color: #F1E365;
}
</style>