Shades of Corn #F6ED5E
Tints of Corn #F6ED5E
RGB
CMYK
RGB Variations
Color information
#F6ED5E (or 0xF6ED5E) is known color: Corn. HEX triplet: F6, ED and 5E. RGB value is (246,237,94). Sum of RGB (Red+Green+Blue) = 246+237+94=577 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.63% from 577); Green value is 237 (92.97% from 255 or 41.07% from 577); Blue value is 94 (37.11% from 255 or 16.29% from 577); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ED5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6ED5E is #0912A1. Grayscale: #DFDFDF. Windows color (decimal): -594594 or 6221302. OLE color: 6221302.
HSL color Cylindrical-coordinate representation of color #F6ED5E: hue angle of 56.45º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F6ED5E is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 237 | 94 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.04 |
| HSL | 56.45º | 0.89% | 0.67% | - |
| HSV(B) | 56.45º | 0.62% | 0.96% | - |
| XYZ | 70.31 | 80.97 | 22.51 | - |
| YUV | 223.39 | 54.98 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 237 | 94 | 0 | 0.04 | 0.62 | 0.04 | 56.45 | 0.89 | 0.67 |
| Hex | F6 | ED | 5E | 0 | 4 | 3E | 4 | 38 | 59 | 43 |
| Octal | 366 | 355 | 136 | 0 | 4 | 76 | 4 | 70 | 131 | 103 |
| Binary | 11110110 | 11101101 | 1011110 | 0 | 100 | 111110 | 100 | 111000 | 1011001 | 1000011 |
Color Harmonies of #F6ED5E
Complementary color
Monochromatic Colors of #F6ED5E
Black with #F6ED5E
Text Example
Text Example
White with #F6ED5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ED5E; }
p { color: rgb(246,237,94); }
H1.HeaderClassName
{
color: #F6ED5E;
}
.AnyTagClassName
{
color: #F6ED5E;
}
</style>
background-color css
<style>
a { background-color: #F6ED5E; }
a { background-color: rgb(246,237,94); }
div.DivClassName
{
background-color: #F6ED5E;
}
.BgClassName
{
background-color: #F6ED5E;
}
</style>
border-color css
<style>
span { border-color: #F6ED5E; }
span { border-color: rgb(246,237,94); }
td.TdClassName
{
border-color: #F6ED5E;
}
.TagClassName
{
border-color: #F6ED5E;
}
</style>