#F8E170

Color #F8E170 Sweet Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sweet Corn #F8E170

Tints of Sweet Corn #F8E170

Color information

#F8E170 (or 0xF8E170) is unknown color: approx Sweet Corn. HEX triplet: F8, E1 and 70. RGB value is (248,225,112). Sum of RGB (Red+Green+Blue) = 248+225+112=585 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.39% from 585); Green value is 225 (88.28% from 255 or 38.46% from 585); Blue value is 112 (44.14% from 255 or 19.15% from 585); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E170 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8E170 is #071E8F. Grayscale: #DBDBDB. Windows color (decimal): -466576 or 7397880. OLE color: 7397880.

HSL color Cylindrical-coordinate representation of color #F8E170: hue angle of 49.85º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F8E170 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB248225112-
CMYK00.090.550.03
HSL49.85º90.67%70.59%-
HSV(B)49.85º54.84%97.25%-
XYZ68.5674.9826.19-
YUV218.9967.62148.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 248 (97.27% from 255) = 42.39%
GREEN value IS 225 (88.28% from 255) = 38.46%
BLUE value IS 112 (44.14% from 255) = 19.15%
R=42.39%
G=38.46%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822511200.090.550.0349.8590.6770.59
HexF8E17009373325b47
Octal37034116001167362133107
Binary11111000111000011110000010011101111111001010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E170; }

 p { color: rgb(248,225,112); }

 H1.HeaderClassName
 {
   color: #F8E170;
 }
 .AnyTagClassName
 {
   color: #F8E170;
 }
</style>
background-color css

<style>
 a { background-color: #F8E170; }

 a { background-color: rgb(248,225,112); }

 div.DivClassName
 {
   background-color: #F8E170;
 }
 .BgClassName
 {
   background-color: #F8E170;
 }
</style>
border-color css

<style>
 span { border-color: #F8E170; }

 span { border-color: rgb(248,225,112); }

 td.TdClassName
 {
   border-color: #F8E170;
 }
 .TagClassName
 {
   border-color: #F8E170;
 }
</style>