#FCE686

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

Shades of Khaki #FCE686

Tints of Khaki #FCE686

Color information

#FCE686 (or 0xFCE686) is unknown color: approx Khaki. HEX triplet: FC, E6 and 86. RGB value is (252,230,134). Sum of RGB (Red+Green+Blue) = 252+230+134=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 230 (90.23% from 255 or 37.34% from 616); Blue value is 134 (52.73% from 255 or 21.75% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE686 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE686 is #031979. Grayscale: #E2E2E2. Windows color (decimal): -203130 or 8840956. OLE color: 8840956.

HSL color Cylindrical-coordinate representation of color #FCE686: hue angle of 48.81º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FCE686 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB252230134-
CMYK00.090.470.01
HSL48.81º95.16%75.69%-
HSV(B)48.81º46.83%98.82%-
XYZ72.7479.0133.97-
YUV225.6376.29146.81-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.91%
GREEN value IS 230 (90.23% from 255) = 37.34%
BLUE value IS 134 (52.73% from 255) = 21.75%
R=40.91%
G=37.34%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223013400.090.470.0148.8195.1675.69
HexFCE686092F1315f4c
Octal37434620601157161137114
Binary11111100111001101000011001001101111111000110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE686; }

 p { color: rgb(252,230,134); }

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

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

 a { background-color: rgb(252,230,134); }

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

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

 span { border-color: rgb(252,230,134); }

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