Shades of Sweet Corn #F8E27F
Tints of Sweet Corn #F8E27F
RGB
CMYK
RGB Variations
Color information
#F8E27F (or 0xF8E27F) is known color: Sweet Corn. HEX triplet: F8, E2 and 7F. RGB value is (248,226,127). Sum of RGB (Red+Green+Blue) = 248+226+127=601 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.26% from 601); Green value is 226 (88.67% from 255 or 37.60% from 601); Blue value is 127 (50% from 255 or 21.13% from 601); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E27F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8E27F is #071D80. Grayscale: #DDDDDD. Windows color (decimal): -466305 or 8381176. OLE color: 8381176.
HSL color Cylindrical-coordinate representation of color #F8E27F: hue angle of 49.09º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F8E27F is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 226 | 127 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.03 |
| HSL | 49.09º | 0.9% | 0.74% | - |
| HSV(B) | 49.09º | 0.49% | 0.97% | - |
| XYZ | 69.74 | 75.88 | 31.05 | - |
| YUV | 221.29 | 74.79 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 226 | 127 | 0 | 0.09 | 0.49 | 0.03 | 49.09 | 0.9 | 0.74 |
| Hex | F8 | E2 | 7F | 0 | 9 | 31 | 3 | 31 | 5A | 4A |
| Octal | 370 | 342 | 177 | 0 | 11 | 61 | 3 | 61 | 132 | 112 |
| Binary | 11111000 | 11100010 | 1111111 | 0 | 1001 | 110001 | 11 | 110001 | 1011010 | 1001010 |
Color Harmonies of #F8E27F
Complementary color
Monochromatic Colors of #F8E27F
Black with #F8E27F
Text Example
Text Example
White with #F8E27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E27F; }
p { color: rgb(248,226,127); }
H1.HeaderClassName
{
color: #F8E27F;
}
.AnyTagClassName
{
color: #F8E27F;
}
</style>
background-color css
<style>
a { background-color: #F8E27F; }
a { background-color: rgb(248,226,127); }
div.DivClassName
{
background-color: #F8E27F;
}
.BgClassName
{
background-color: #F8E27F;
}
</style>
border-color css
<style>
span { border-color: #F8E27F; }
span { border-color: rgb(248,226,127); }
td.TdClassName
{
border-color: #F8E27F;
}
.TagClassName
{
border-color: #F8E27F;
}
</style>