#FCEB86

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

Shades of Khaki #FCEB86

Tints of Khaki #FCEB86

Color information

#FCEB86 (or 0xFCEB86) is unknown color: approx Khaki. HEX triplet: FC, EB and 86. RGB value is (252,235,134). Sum of RGB (Red+Green+Blue) = 252+235+134=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 235 (92.19% from 255 or 37.84% from 621); Blue value is 134 (52.73% from 255 or 21.58% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEB86 is #031479. Grayscale: #E4E4E4. Windows color (decimal): -201850 or 8842236. OLE color: 8842236.

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

Color convert

RGB252235134-
CMYK00.070.470.01
HSL51.36º95.16%75.69%-
HSV(B)51.36º46.83%98.82%-
XYZ74.1681.8334.44-
YUV228.5774.63144.71-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.58%
GREEN value IS 235 (92.19% from 255) = 37.84%
BLUE value IS 134 (52.73% from 255) = 21.58%
R=40.58%
G=37.84%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223513400.070.470.0151.3695.1675.69
HexFCEB86072F1335f4c
Octal3743532060757163137114
Binary1111110011101011100001100111101111111001110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEB86; }

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

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

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

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

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

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

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

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