#F6E070

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

Shades of Sweet Corn #F6E070

Tints of Sweet Corn #F6E070

Color information

#F6E070 (or 0xF6E070) is unknown color: approx Sweet Corn. HEX triplet: F6, E0 and 70. RGB value is (246,224,112). Sum of RGB (Red+Green+Blue) = 246+224+112=582 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.27% from 582); Green value is 224 (87.89% from 255 or 38.49% from 582); Blue value is 112 (44.14% from 255 or 19.24% from 582); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E070 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6E070 is #091F8F. Grayscale: #DADADA. Windows color (decimal): -597904 or 7397622. OLE color: 7397622.

HSL color Cylindrical-coordinate representation of color #F6E070: hue angle of 50.15º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F6E070 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB246224112-
CMYK00.090.540.04
HSL50.15º88.16%70.2%-
HSV(B)50.15º54.47%96.47%-
XYZ67.5974.0726.06-
YUV217.8168.29148.11-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.27%
GREEN value IS 224 (87.89% from 255) = 38.49%
BLUE value IS 112 (44.14% from 255) = 19.24%
R=42.27%
G=38.49%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622411200.090.540.0450.1588.1670.2
HexF6E07009364325846
Octal36634016001166462130106
Binary111101101110000011100000100111011010011001010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E070; }

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

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

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

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

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

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

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

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