Shades of Sweet Corn #F8E374
Tints of Sweet Corn #F8E374
RGB
CMYK
RGB Variations
Color information
#F8E374 (or 0xF8E374) is known color: Sweet Corn. HEX triplet: F8, E3 and 74. RGB value is (248,227,116). Sum of RGB (Red+Green+Blue) = 248+227+116=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 227 (89.06% from 255 or 38.41% from 591); Blue value is 116 (45.70% from 255 or 19.63% from 591); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E374 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8E374 is #071C8B. Grayscale: #DDDDDD. Windows color (decimal): -466060 or 7660536. OLE color: 7660536.
HSL color Cylindrical-coordinate representation of color #F8E374: hue angle of 50.45º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F8E374 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 227 | 116 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.03 |
| HSL | 50.45º | 0.9% | 0.71% | - |
| HSV(B) | 50.45º | 0.53% | 0.97% | - |
| XYZ | 69.33 | 76.16 | 27.57 | - |
| YUV | 220.63 | 68.96 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 227 | 116 | 0 | 0.08 | 0.53 | 0.03 | 50.45 | 0.9 | 0.71 |
| Hex | F8 | E3 | 74 | 0 | 8 | 35 | 3 | 32 | 5A | 47 |
| Octal | 370 | 343 | 164 | 0 | 10 | 65 | 3 | 62 | 132 | 107 |
| Binary | 11111000 | 11100011 | 1110100 | 0 | 1000 | 110101 | 11 | 110010 | 1011010 | 1000111 |
Color Harmonies of #F8E374
Complementary color
Monochromatic Colors of #F8E374
Black with #F8E374
Text Example
Text Example
White with #F8E374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E374; }
p { color: rgb(248,227,116); }
H1.HeaderClassName
{
color: #F8E374;
}
.AnyTagClassName
{
color: #F8E374;
}
</style>
background-color css
<style>
a { background-color: #F8E374; }
a { background-color: rgb(248,227,116); }
div.DivClassName
{
background-color: #F8E374;
}
.BgClassName
{
background-color: #F8E374;
}
</style>
border-color css
<style>
span { border-color: #F8E374; }
span { border-color: rgb(248,227,116); }
td.TdClassName
{
border-color: #F8E374;
}
.TagClassName
{
border-color: #F8E374;
}
</style>