#F3E986

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

Shades of Khaki #F3E986

Tints of Khaki #F3E986

Color information

#F3E986 (or 0xF3E986) is unknown color: approx Khaki. HEX triplet: F3, E9 and 86. RGB value is (243,233,134). Sum of RGB (Red+Green+Blue) = 243+233+134=610 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.84% from 610); Green value is 233 (91.41% from 255 or 38.20% from 610); Blue value is 134 (52.73% from 255 or 21.97% from 610); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E986 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3E986 is #0C1679. Grayscale: #E1E1E1. Windows color (decimal): -792186 or 8841715. OLE color: 8841715.

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

Color convert

RGB243233134-
CMYK00.040.450.05
HSL54.5º81.95%73.92%-
HSV(B)54.5º44.86%95.29%-
XYZ70.479.0534.1-
YUV224.776.81141.05-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.84%
GREEN value IS 233 (91.41% from 255) = 38.20%
BLUE value IS 134 (52.73% from 255) = 21.97%
R=39.84%
G=38.20%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24323313400.040.450.0554.581.9573.92
HexF3E986042D536524a
Octal3633512060455566122112
Binary111100111110100110000110010010110110111011010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E986; }

 p { color: rgb(243,233,134); }

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

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

 a { background-color: rgb(243,233,134); }

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

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

 span { border-color: rgb(243,233,134); }

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