#F8E070

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

Shades of Sweet Corn #F8E070

Tints of Sweet Corn #F8E070

Color information

#F8E070 (or 0xF8E070) is unknown color: approx Sweet Corn. HEX triplet: F8, E0 and 70. RGB value is (248,224,112). Sum of RGB (Red+Green+Blue) = 248+224+112=584 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.47% from 584); Green value is 224 (87.89% from 255 or 38.36% from 584); Blue value is 112 (44.14% from 255 or 19.18% from 584); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E070 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8E070 is #071F8F. Grayscale: #DADADA. Windows color (decimal): -466832 or 7397624. OLE color: 7397624.

HSL color Cylindrical-coordinate representation of color #F8E070: hue angle of 49.41º 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 #F8E070 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB248224112-
CMYK00.100.550.03
HSL49.41º90.67%70.59%-
HSV(B)49.41º54.84%97.25%-
XYZ68.2974.4426.1-
YUV218.4167.95149.11-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.47%
GREEN value IS 224 (87.89% from 255) = 38.36%
BLUE value IS 112 (44.14% from 255) = 19.18%
R=42.47%
G=38.36%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822411200.100.550.0349.4190.6770.59
HexF8E0700A373315b47
Octal37034016001267361133107
Binary11111000111000001110000010101101111111000110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E070; }

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

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

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

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

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

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

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

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