Shades of Sweet Corn #F6E27D
Tints of Sweet Corn #F6E27D
RGB
CMYK
RGB Variations
Color information
#F6E27D (or 0xF6E27D) is known color: Sweet Corn. HEX triplet: F6, E2 and 7D. RGB value is (246,226,125). Sum of RGB (Red+Green+Blue) = 246+226+125=597 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.21% from 597); Green value is 226 (88.67% from 255 or 37.86% from 597); Blue value is 125 (49.22% from 255 or 20.94% from 597); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E27D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6E27D is #091D82. Grayscale: #DCDCDC. Windows color (decimal): -597379 or 8250102. OLE color: 8250102.
HSL color Cylindrical-coordinate representation of color #F6E27D: hue angle of 50.08º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F6E27D is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 226 | 125 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.04 |
| HSL | 50.08º | 0.87% | 0.73% | - |
| HSV(B) | 50.08º | 0.49% | 0.96% | - |
| XYZ | 68.9 | 75.47 | 30.34 | - |
| YUV | 220.47 | 74.13 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 226 | 125 | 0 | 0.08 | 0.49 | 0.04 | 50.08 | 0.87 | 0.73 |
| Hex | F6 | E2 | 7D | 0 | 8 | 31 | 4 | 32 | 57 | 49 |
| Octal | 366 | 342 | 175 | 0 | 10 | 61 | 4 | 62 | 127 | 111 |
| Binary | 11110110 | 11100010 | 1111101 | 0 | 1000 | 110001 | 100 | 110010 | 1010111 | 1001001 |
Color Harmonies of #F6E27D
Complementary color
Monochromatic Colors of #F6E27D
Black with #F6E27D
Text Example
Text Example
White with #F6E27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E27D; }
p { color: rgb(246,226,125); }
H1.HeaderClassName
{
color: #F6E27D;
}
.AnyTagClassName
{
color: #F6E27D;
}
</style>
background-color css
<style>
a { background-color: #F6E27D; }
a { background-color: rgb(246,226,125); }
div.DivClassName
{
background-color: #F6E27D;
}
.BgClassName
{
background-color: #F6E27D;
}
</style>
border-color css
<style>
span { border-color: #F6E27D; }
span { border-color: rgb(246,226,125); }
td.TdClassName
{
border-color: #F6E27D;
}
.TagClassName
{
border-color: #F6E27D;
}
</style>