#f6e388

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

Shades of Khaki #F6E388

Tints of Khaki #F6E388

Color information

#F6E388 (or 0xF6E388) is unknown color: approx Khaki. HEX triplet: F6, E3 and 88. RGB value is (246,227,136). Sum of RGB (Red+Green+Blue) = 246+227+136=609 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.39% from 609); Green value is 227 (89.06% from 255 or 37.27% from 609); Blue value is 136 (53.52% from 255 or 22.33% from 609); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E388 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6E388 is #091C77. Grayscale: #DEDEDE. Windows color (decimal): -597112 or 8971254. OLE color: 8971254.

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

Color convert

RGB246227136-
CMYK00.080.450.04
HSL49.64º85.94%74.9%-
HSV(B)49.64º44.72%96.47%-
XYZ69.9276.3134.34-
YUV222.3179.29144.9-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.39%
GREEN value IS 227 (89.06% from 255) = 37.27%
BLUE value IS 136 (53.52% from 255) = 22.33%
R=40.39%
G=37.27%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622713600.080.450.0449.6485.9474.9
HexF6E388082D432564b
Octal36634321001055462126113
Binary1111011011100011100010000100010110110011001010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f6e388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f6e388; }

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

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

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

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

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

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

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

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