Shades of Corn #F6ED64
Tints of Corn #F6ED64
RGB
CMYK
RGB Variations
Color information
#F6ED64 (or 0xF6ED64) is known color: Corn. HEX triplet: F6, ED and 64. RGB value is (246,237,100). Sum of RGB (Red+Green+Blue) = 246+237+100=583 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.20% from 583); Green value is 237 (92.97% from 255 or 40.65% from 583); Blue value is 100 (39.45% from 255 or 17.15% from 583); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ED64 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6ED64 is #09129B. Grayscale: #E0E0E0. Windows color (decimal): -594588 or 6614518. OLE color: 6614518.
HSL color Cylindrical-coordinate representation of color #F6ED64: hue angle of 56.3º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F6ED64 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 237 | 100 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.04 |
| HSL | 56.3º | 0.89% | 0.68% | - |
| HSV(B) | 56.3º | 0.59% | 0.96% | - |
| XYZ | 70.59 | 81.08 | 23.99 | - |
| YUV | 224.07 | 57.98 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 237 | 100 | 0 | 0.04 | 0.59 | 0.04 | 56.3 | 0.89 | 0.68 |
| Hex | F6 | ED | 64 | 0 | 4 | 3B | 4 | 38 | 59 | 44 |
| Octal | 366 | 355 | 144 | 0 | 4 | 73 | 4 | 70 | 131 | 104 |
| Binary | 11110110 | 11101101 | 1100100 | 0 | 100 | 111011 | 100 | 111000 | 1011001 | 1000100 |
Color Harmonies of #F6ED64
Complementary color
Monochromatic Colors of #F6ED64
Black with #F6ED64
Text Example
Text Example
White with #F6ED64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ED64; }
p { color: rgb(246,237,100); }
H1.HeaderClassName
{
color: #F6ED64;
}
.AnyTagClassName
{
color: #F6ED64;
}
</style>
background-color css
<style>
a { background-color: #F6ED64; }
a { background-color: rgb(246,237,100); }
div.DivClassName
{
background-color: #F6ED64;
}
.BgClassName
{
background-color: #F6ED64;
}
</style>
border-color css
<style>
span { border-color: #F6ED64; }
span { border-color: rgb(246,237,100); }
td.TdClassName
{
border-color: #F6ED64;
}
.TagClassName
{
border-color: #F6ED64;
}
</style>