Shades of Corn #F1E45F
Tints of Corn #F1E45F
RGB
CMYK
RGB Variations
Color information
#F1E45F (or 0xF1E45F) is known color: Corn. HEX triplet: F1, E4 and 5F. RGB value is (241,228,95). Sum of RGB (Red+Green+Blue) = 241+228+95=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 228 (89.45% from 255 or 40.43% from 564); Blue value is 95 (37.5% from 255 or 16.84% from 564); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E45F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E45F is #0E1BA0. Grayscale: #D9D9D9. Windows color (decimal): -924577 or 6284529. OLE color: 6284529.
HSL color Cylindrical-coordinate representation of color #F1E45F: hue angle of 54.66º 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 #F1E45F is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 228 | 95 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.05 |
| HSL | 54.66º | 0.84% | 0.66% | - |
| HSV(B) | 54.66º | 0.61% | 0.95% | - |
| XYZ | 66.08 | 75.01 | 21.82 | - |
| YUV | 216.73 | 59.31 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 228 | 95 | 0 | 0.05 | 0.61 | 0.05 | 54.66 | 0.84 | 0.66 |
| Hex | F1 | E4 | 5F | 0 | 5 | 3D | 5 | 37 | 54 | 42 |
| Octal | 361 | 344 | 137 | 0 | 5 | 75 | 5 | 67 | 124 | 102 |
| Binary | 11110001 | 11100100 | 1011111 | 0 | 101 | 111101 | 101 | 110111 | 1010100 | 1000010 |
Color Harmonies of #F1E45F
Complementary color
Monochromatic Colors of #F1E45F
Black with #F1E45F
Text Example
Text Example
White with #F1E45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E45F; }
p { color: rgb(241,228,95); }
H1.HeaderClassName
{
color: #F1E45F;
}
.AnyTagClassName
{
color: #F1E45F;
}
</style>
background-color css
<style>
a { background-color: #F1E45F; }
a { background-color: rgb(241,228,95); }
div.DivClassName
{
background-color: #F1E45F;
}
.BgClassName
{
background-color: #F1E45F;
}
</style>
border-color css
<style>
span { border-color: #F1E45F; }
span { border-color: rgb(241,228,95); }
td.TdClassName
{
border-color: #F1E45F;
}
.TagClassName
{
border-color: #F1E45F;
}
</style>