Shades of Sweet Corn #F8E671
Tints of Sweet Corn #F8E671
RGB
CMYK
RGB Variations
Color information
#F8E671 (or 0xF8E671) is known color: Sweet Corn. HEX triplet: F8, E6 and 71. RGB value is (248,230,113). Sum of RGB (Red+Green+Blue) = 248+230+113=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 230 (90.23% from 255 or 38.92% from 591); Blue value is 113 (44.53% from 255 or 19.12% from 591); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E671 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8E671 is #07198E. Grayscale: #DEDEDE. Windows color (decimal): -465295 or 7464696. OLE color: 7464696.
HSL color Cylindrical-coordinate representation of color #F8E671: hue angle of 52º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F8E671 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 230 | 113 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.03 |
| HSL | 52º | 0.91% | 0.71% | - |
| HSV(B) | 52º | 0.54% | 0.97% | - |
| XYZ | 69.99 | 77.74 | 26.94 | - |
| YUV | 222.04 | 66.46 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 230 | 113 | 0 | 0.07 | 0.54 | 0.03 | 52 | 0.91 | 0.71 |
| Hex | F8 | E6 | 71 | 0 | 7 | 36 | 3 | 34 | 5B | 47 |
| Octal | 370 | 346 | 161 | 0 | 7 | 66 | 3 | 64 | 133 | 107 |
| Binary | 11111000 | 11100110 | 1110001 | 0 | 111 | 110110 | 11 | 110100 | 1011011 | 1000111 |
Color Harmonies of #F8E671
Complementary color
Monochromatic Colors of #F8E671
Black with #F8E671
Text Example
Text Example
White with #F8E671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E671; }
p { color: rgb(248,230,113); }
H1.HeaderClassName
{
color: #F8E671;
}
.AnyTagClassName
{
color: #F8E671;
}
</style>
background-color css
<style>
a { background-color: #F8E671; }
a { background-color: rgb(248,230,113); }
div.DivClassName
{
background-color: #F8E671;
}
.BgClassName
{
background-color: #F8E671;
}
</style>
border-color css
<style>
span { border-color: #F8E671; }
span { border-color: rgb(248,230,113); }
td.TdClassName
{
border-color: #F8E671;
}
.TagClassName
{
border-color: #F8E671;
}
</style>