#F6EA8B

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

Shades of Khaki #F6EA8B

Tints of Khaki #F6EA8B

Color information

#F6EA8B (or 0xF6EA8B) is unknown color: approx Khaki. HEX triplet: F6, EA and 8B. RGB value is (246,234,139). Sum of RGB (Red+Green+Blue) = 246+234+139=619 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.74% from 619); Green value is 234 (91.80% from 255 or 37.80% from 619); Blue value is 139 (54.69% from 255 or 22.46% from 619); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EA8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6EA8B is #091574. Grayscale: #E3E3E3. Windows color (decimal): -595317 or 9169654. OLE color: 9169654.

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

Color convert

RGB246234139-
CMYK00.050.430.04
HSL53.27º85.6%75.49%-
HSV(B)53.27º43.5%96.47%-
XYZ72.0980.336.13-
YUV226.7678.48141.72-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.74%
GREEN value IS 234 (91.80% from 255) = 37.80%
BLUE value IS 139 (54.69% from 255) = 22.46%
R=39.74%
G=37.80%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623413900.050.430.0453.2785.675.49
HexF6EA8B052B435564b
Octal3663522130553465126113
Binary111101101110101010001011010110101110011010110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EA8B; }

 p { color: rgb(246,234,139); }

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

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

 a { background-color: rgb(246,234,139); }

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

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

 span { border-color: rgb(246,234,139); }

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