#F7E586

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

Shades of Khaki #F7E586

Tints of Khaki #F7E586

Color information

#F7E586 (or 0xF7E586) is unknown color: approx Khaki. HEX triplet: F7, E5 and 86. RGB value is (247,229,134). Sum of RGB (Red+Green+Blue) = 247+229+134=610 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.49% from 610); Green value is 229 (89.84% from 255 or 37.54% from 610); Blue value is 134 (52.73% from 255 or 21.97% from 610); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E586 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7E586 is #081A79. Grayscale: #DFDFDF. Windows color (decimal): -531066 or 8840695. OLE color: 8840695.

HSL color Cylindrical-coordinate representation of color #F7E586: hue angle of 50.44º 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 #F7E586 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB247229134-
CMYK00.070.460.03
HSL50.44º87.6%74.71%-
HSV(B)50.44º45.75%96.86%-
XYZ70.6877.5333.79-
YUV223.5577.46144.72-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.49%
GREEN value IS 229 (89.84% from 255) = 37.54%
BLUE value IS 134 (52.73% from 255) = 21.97%
R=40.49%
G=37.54%
B=21.97%

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
Decimal24722913400.070.460.0350.4487.674.71
HexF7E586072E332584b
Octal3673452060756362130113
Binary11110111111001011000011001111011101111001010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E586; }

 p { color: rgb(247,229,134); }

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

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

 a { background-color: rgb(247,229,134); }

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

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

 span { border-color: rgb(247,229,134); }

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