Shades of Sweet Corn #F8E175
Tints of Sweet Corn #F8E175
RGB
CMYK
RGB Variations
Color information
#F8E175 (or 0xF8E175) is known color: Sweet Corn. HEX triplet: F8, E1 and 75. RGB value is (248,225,117). Sum of RGB (Red+Green+Blue) = 248+225+117=590 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.03% from 590); Green value is 225 (88.28% from 255 or 38.14% from 590); Blue value is 117 (46.09% from 255 or 19.83% from 590); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E175 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8E175 is #071E8A. Grayscale: #DCDCDC. Windows color (decimal): -466571 or 7725560. OLE color: 7725560.
HSL color Cylindrical-coordinate representation of color #F8E175: hue angle of 49.47º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F8E175 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 225 | 117 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.03 |
| HSL | 49.47º | 0.9% | 0.72% | - |
| HSV(B) | 49.47º | 0.53% | 0.97% | - |
| XYZ | 68.85 | 75.09 | 27.7 | - |
| YUV | 219.57 | 70.12 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 225 | 117 | 0 | 0.09 | 0.53 | 0.03 | 49.47 | 0.9 | 0.72 |
| Hex | F8 | E1 | 75 | 0 | 9 | 35 | 3 | 31 | 5A | 48 |
| Octal | 370 | 341 | 165 | 0 | 11 | 65 | 3 | 61 | 132 | 110 |
| Binary | 11111000 | 11100001 | 1110101 | 0 | 1001 | 110101 | 11 | 110001 | 1011010 | 1001000 |
Color Harmonies of #F8E175
Complementary color
Monochromatic Colors of #F8E175
Black with #F8E175
Text Example
Text Example
White with #F8E175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E175; }
p { color: rgb(248,225,117); }
H1.HeaderClassName
{
color: #F8E175;
}
.AnyTagClassName
{
color: #F8E175;
}
</style>
background-color css
<style>
a { background-color: #F8E175; }
a { background-color: rgb(248,225,117); }
div.DivClassName
{
background-color: #F8E175;
}
.BgClassName
{
background-color: #F8E175;
}
</style>
border-color css
<style>
span { border-color: #F8E175; }
span { border-color: rgb(248,225,117); }
td.TdClassName
{
border-color: #F8E175;
}
.TagClassName
{
border-color: #F8E175;
}
</style>