Shades of Corn #F6F264
Tints of Corn #F6F264
RGB
CMYK
RGB Variations
Color information
#F6F264 (or 0xF6F264) is known color: Corn. HEX triplet: F6, F2 and 64. RGB value is (246,242,100). Sum of RGB (Red+Green+Blue) = 246+242+100=588 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.84% from 588); Green value is 242 (94.92% from 255 or 41.16% from 588); Blue value is 100 (39.45% from 255 or 17.01% from 588); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F264 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6F264 is #090D9B. Grayscale: #E3E3E3. Windows color (decimal): -593308 or 6615798. OLE color: 6615798.
HSL color Cylindrical-coordinate representation of color #F6F264: hue angle of 58.36º 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 #F6F264 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 242 | 100 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.04 |
| HSL | 58.36º | 0.89% | 0.68% | - |
| HSV(B) | 58.36º | 0.59% | 0.96% | - |
| XYZ | 72.06 | 84.02 | 24.48 | - |
| YUV | 227.01 | 56.33 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 242 | 100 | 0 | 0.02 | 0.59 | 0.04 | 58.36 | 0.89 | 0.68 |
| Hex | F6 | F2 | 64 | 0 | 2 | 3B | 4 | 3A | 59 | 44 |
| Octal | 366 | 362 | 144 | 0 | 2 | 73 | 4 | 72 | 131 | 104 |
| Binary | 11110110 | 11110010 | 1100100 | 0 | 10 | 111011 | 100 | 111010 | 1011001 | 1000100 |
Color Harmonies of #F6F264
Complementary color
Monochromatic Colors of #F6F264
Black with #F6F264
Text Example
Text Example
White with #F6F264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F264; }
p { color: rgb(246,242,100); }
H1.HeaderClassName
{
color: #F6F264;
}
.AnyTagClassName
{
color: #F6F264;
}
</style>
background-color css
<style>
a { background-color: #F6F264; }
a { background-color: rgb(246,242,100); }
div.DivClassName
{
background-color: #F6F264;
}
.BgClassName
{
background-color: #F6F264;
}
</style>
border-color css
<style>
span { border-color: #F6F264; }
span { border-color: rgb(246,242,100); }
td.TdClassName
{
border-color: #F6F264;
}
.TagClassName
{
border-color: #F6F264;
}
</style>