Shades of Corn #F1ED60
Tints of Corn #F1ED60
RGB
CMYK
RGB Variations
Color information
#F1ED60 (or 0xF1ED60) is known color: Corn. HEX triplet: F1, ED and 60. RGB value is (241,237,96). Sum of RGB (Red+Green+Blue) = 241+237+96=574 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.99% from 574); Green value is 237 (92.97% from 255 or 41.29% from 574); Blue value is 96 (37.89% from 255 or 16.72% from 574); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED60 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1ED60 is #0E129F. Grayscale: #DEDEDE. Windows color (decimal): -922272 or 6352369. OLE color: 6352369.
HSL color Cylindrical-coordinate representation of color #F1ED60: hue angle of 58.34º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F1ED60 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 237 | 96 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.05 |
| HSL | 58.34º | 0.84% | 0.66% | - |
| HSV(B) | 58.34º | 0.6% | 0.95% | - |
| XYZ | 68.67 | 80.11 | 22.91 | - |
| YUV | 222.12 | 56.83 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 237 | 96 | 0 | 0.02 | 0.60 | 0.05 | 58.34 | 0.84 | 0.66 |
| Hex | F1 | ED | 60 | 0 | 2 | 3C | 5 | 3A | 54 | 42 |
| Octal | 361 | 355 | 140 | 0 | 2 | 74 | 5 | 72 | 124 | 102 |
| Binary | 11110001 | 11101101 | 1100000 | 0 | 10 | 111100 | 101 | 111010 | 1010100 | 1000010 |
Color Harmonies of #F1ED60
Complementary color
Monochromatic Colors of #F1ED60
Black with #F1ED60
Text Example
Text Example
White with #F1ED60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ED60; }
p { color: rgb(241,237,96); }
H1.HeaderClassName
{
color: #F1ED60;
}
.AnyTagClassName
{
color: #F1ED60;
}
</style>
background-color css
<style>
a { background-color: #F1ED60; }
a { background-color: rgb(241,237,96); }
div.DivClassName
{
background-color: #F1ED60;
}
.BgClassName
{
background-color: #F1ED60;
}
</style>
border-color css
<style>
span { border-color: #F1ED60; }
span { border-color: rgb(241,237,96); }
td.TdClassName
{
border-color: #F1ED60;
}
.TagClassName
{
border-color: #F1ED60;
}
</style>