#F6ED8D

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

Shades of Khaki #F6ED8D

Tints of Khaki #F6ED8D

Color information

#F6ED8D (or 0xF6ED8D) is unknown color: approx Khaki. HEX triplet: F6, ED and 8D. RGB value is (246,237,141). Sum of RGB (Red+Green+Blue) = 246+237+141=624 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.42% from 624); Green value is 237 (92.97% from 255 or 37.98% from 624); Blue value is 141 (55.47% from 255 or 22.60% from 624); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ED8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6ED8D is #091272. Grayscale: #E5E5E5. Windows color (decimal): -594547 or 9301494. OLE color: 9301494.

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

Color convert

RGB246237141-
CMYK00.040.430.04
HSL54.86º85.37%75.88%-
HSV(B)54.86º42.68%96.47%-
XYZ73.182.0837.19-
YUV228.7578.48140.31-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.42%
GREEN value IS 237 (92.97% from 255) = 37.98%
BLUE value IS 141 (55.47% from 255) = 22.60%
R=39.42%
G=37.98%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623714100.040.430.0454.8685.3775.88
HexF6ED8D042B437554c
Octal3663552150453467125114
Binary111101101110110110001101010010101110011011110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ED8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ED8D; }

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

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

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

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

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

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

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

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