#F5E786

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

Shades of Khaki #F5E786

Tints of Khaki #F5E786

Color information

#F5E786 (or 0xF5E786) is unknown color: approx Khaki. HEX triplet: F5, E7 and 86. RGB value is (245,231,134). Sum of RGB (Red+Green+Blue) = 245+231+134=610 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.16% from 610); Green value is 231 (90.62% from 255 or 37.87% from 610); Blue value is 134 (52.73% from 255 or 21.97% from 610); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E786 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5E786 is #0A1879. Grayscale: #E0E0E0. Windows color (decimal): -661626 or 8841205. OLE color: 8841205.

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

Color convert

RGB245231134-
CMYK00.060.450.04
HSL52.43º84.73%74.31%-
HSV(B)52.43º45.31%96.08%-
XYZ70.5478.2933.95-
YUV224.1377.14142.89-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.16%
GREEN value IS 231 (90.62% from 255) = 37.87%
BLUE value IS 134 (52.73% from 255) = 21.97%
R=40.16%
G=37.87%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523113400.060.450.0452.4384.7374.31
HexF5E786062D434554a
Octal3653472060655464125112
Binary111101011110011110000110011010110110011010010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E786; }

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

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

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

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

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

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

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

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