#F7E685

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

Shades of Khaki #F7E685

Tints of Khaki #F7E685

Color information

#F7E685 (or 0xF7E685) is unknown color: approx Khaki. HEX triplet: F7, E6 and 85. RGB value is (247,230,133). Sum of RGB (Red+Green+Blue) = 247+230+133=610 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.49% from 610); Green value is 230 (90.23% from 255 or 37.70% from 610); Blue value is 133 (52.34% from 255 or 21.80% from 610); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E685 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7E685 is #08197A. Grayscale: #E0E0E0. Windows color (decimal): -530811 or 8775415. OLE color: 8775415.

HSL color Cylindrical-coordinate representation of color #F7E685: hue angle of 51.05º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F7E685 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB247230133-
CMYK00.070.460.03
HSL51.05º87.69%74.51%-
HSV(B)51.05º46.15%96.86%-
XYZ70.8978.0633.52-
YUV224.0276.63144.39-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.49%
GREEN value IS 230 (90.23% from 255) = 37.70%
BLUE value IS 133 (52.34% from 255) = 21.80%
R=40.49%
G=37.70%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723013300.070.460.0351.0587.6974.51
HexF7E685072E333584b
Octal3673462050756363130113
Binary11110111111001101000010101111011101111001110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E685; }

 p { color: rgb(247,230,133); }

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

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

 a { background-color: rgb(247,230,133); }

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

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

 span { border-color: rgb(247,230,133); }

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