#F6E365

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

Shades of Corn #F6E365

Tints of Corn #F6E365

Color information

#F6E365 (or 0xF6E365) is unknown color: approx Corn. HEX triplet: F6, E3 and 65. RGB value is (246,227,101). Sum of RGB (Red+Green+Blue) = 246+227+101=574 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.86% from 574); Green value is 227 (89.06% from 255 or 39.55% from 574); Blue value is 101 (39.84% from 255 or 17.60% from 574); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E365 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6E365 is #091C9A. Grayscale: #DADADA. Windows color (decimal): -597147 or 6677494. OLE color: 6677494.

HSL color Cylindrical-coordinate representation of color #F6E365: hue angle of 52.14º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F6E365 is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB246227101-
CMYK00.080.590.04
HSL52.14º88.96%68.04%-
HSV(B)52.14º58.94%96.47%-
XYZ67.8275.4723.3-
YUV218.3261.79147.75-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.86%
GREEN value IS 227 (89.06% from 255) = 39.55%
BLUE value IS 101 (39.84% from 255) = 17.60%
R=42.86%
G=39.55%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622710100.080.590.0452.1488.9668.04
HexF6E365083B4345944
Octal36634314501073464131104
Binary111101101110001111001010100011101110011010010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E365; }

 p { color: rgb(246,227,101); }

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

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

 a { background-color: rgb(246,227,101); }

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

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

 span { border-color: rgb(246,227,101); }

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