#F8E786

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

Shades of Khaki #F8E786

Tints of Khaki #F8E786

Color information

#F8E786 (or 0xF8E786) is unknown color: approx Khaki. HEX triplet: F8, E7 and 86. RGB value is (248,231,134). Sum of RGB (Red+Green+Blue) = 248+231+134=613 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.46% from 613); Green value is 231 (90.62% from 255 or 37.68% from 613); Blue value is 134 (52.73% from 255 or 21.86% from 613); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E786 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8E786 is #071879. Grayscale: #E1E1E1. Windows color (decimal): -465018 or 8841208. OLE color: 8841208.

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

Color convert

RGB248231134-
CMYK00.070.460.03
HSL51.05º89.06%74.9%-
HSV(B)51.05º45.97%97.25%-
XYZ71.5978.8334-
YUV225.0276.63144.39-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.46%
GREEN value IS 231 (90.62% from 255) = 37.68%
BLUE value IS 134 (52.73% from 255) = 21.86%
R=40.46%
G=37.68%
B=21.86%

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
Decimal24823113400.070.460.0351.0589.0674.9
HexF8E786072E333594b
Octal3703472060756363131113
Binary11111000111001111000011001111011101111001110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E786; }

 p { color: rgb(248,231,134); }

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

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

 a { background-color: rgb(248,231,134); }

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

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

 span { border-color: rgb(248,231,134); }

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