#F6E165

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

Shades of Corn #F6E165

Tints of Corn #F6E165

Color information

#F6E165 (or 0xF6E165) is unknown color: approx Corn. HEX triplet: F6, E1 and 65. RGB value is (246,225,101). Sum of RGB (Red+Green+Blue) = 246+225+101=572 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.01% from 572); Green value is 225 (88.28% from 255 or 39.34% from 572); Blue value is 101 (39.84% from 255 or 17.66% from 572); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E165 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6E165 is #091E9A. Grayscale: #D9D9D9. Windows color (decimal): -597659 or 6676982. OLE color: 6676982.

HSL color Cylindrical-coordinate representation of color #F6E165: hue angle of 51.31º 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 #F6E165 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB246225101-
CMYK00.090.590.04
HSL51.31º88.96%68.04%-
HSV(B)51.31º58.94%96.47%-
XYZ67.2874.3823.12-
YUV217.1462.46148.58-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.01%
GREEN value IS 225 (88.28% from 255) = 39.34%
BLUE value IS 101 (39.84% from 255) = 17.66%
R=43.01%
G=39.34%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622510100.090.590.0451.3188.9668.04
HexF6E165093B4335944
Octal36634114501173463131104
Binary111101101110000111001010100111101110011001110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E165; }

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

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

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

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

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

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

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

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