#F6ED8E

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

Shades of Khaki #F6ED8E

Tints of Khaki #F6ED8E

Color information

#F6ED8E (or 0xF6ED8E) is unknown color: approx Khaki. HEX triplet: F6, ED and 8E. RGB value is (246,237,142). Sum of RGB (Red+Green+Blue) = 246+237+142=625 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.36% from 625); Green value is 237 (92.97% from 255 or 37.92% from 625); Blue value is 142 (55.86% from 255 or 22.72% from 625); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ED8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6ED8E is #091271. Grayscale: #E5E5E5. Windows color (decimal): -594546 or 9367030. OLE color: 9367030.

HSL color Cylindrical-coordinate representation of color #F6ED8E: hue angle of 54.81º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F6ED8E is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB246237142-
CMYK00.040.420.04
HSL54.81º85.25%76.08%-
HSV(B)54.81º42.28%96.47%-
XYZ73.1782.1137.58-
YUV228.8678.98140.22-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.36%
GREEN value IS 237 (92.97% from 255) = 37.92%
BLUE value IS 142 (55.86% from 255) = 22.72%
R=39.36%
G=37.92%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623714200.040.420.0454.8185.2576.08
HexF6ED8E042A437554c
Octal3663552160452467125114
Binary111101101110110110001110010010101010011011110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ED8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ED8E; }

 p { color: rgb(246,237,142); }

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

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

 a { background-color: rgb(246,237,142); }

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

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

 span { border-color: rgb(246,237,142); }

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