#FCEA87

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

Shades of Khaki #FCEA87

Tints of Khaki #FCEA87

Color information

#FCEA87 (or 0xFCEA87) is unknown color: approx Khaki. HEX triplet: FC, EA and 87. RGB value is (252,234,135). Sum of RGB (Red+Green+Blue) = 252+234+135=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 234 (91.80% from 255 or 37.68% from 621); Blue value is 135 (53.12% from 255 or 21.74% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA87 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEA87 is #031578. Grayscale: #E4E4E4. Windows color (decimal): -202105 or 8907516. OLE color: 8907516.

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

Color convert

RGB252234135-
CMYK00.070.460.01
HSL50.77º95.12%75.88%-
HSV(B)50.77º46.43%98.82%-
XYZ73.9481.2934.72-
YUV228.175.46145.05-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.58%
GREEN value IS 234 (91.80% from 255) = 37.68%
BLUE value IS 135 (53.12% from 255) = 21.74%
R=40.58%
G=37.68%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223413500.070.460.0150.7795.1275.88
HexFCEA87072E1335f4c
Octal3743522070756163137114
Binary1111110011101010100001110111101110111001110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEA87; }

 p { color: rgb(252,234,135); }

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

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

 a { background-color: rgb(252,234,135); }

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

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

 span { border-color: rgb(252,234,135); }

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