#FCE785

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

Shades of Khaki #FCE785

Tints of Khaki #FCE785

Color information

#FCE785 (or 0xFCE785) is unknown color: approx Khaki. HEX triplet: FC, E7 and 85. RGB value is (252,231,133). Sum of RGB (Red+Green+Blue) = 252+231+133=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 231 (90.62% from 255 or 37.5% from 616); Blue value is 133 (52.34% from 255 or 21.59% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE785 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE785 is #03187A. Grayscale: #E2E2E2. Windows color (decimal): -202875 or 8775676. OLE color: 8775676.

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

Color convert

RGB252231133-
CMYK00.080.470.01
HSL49.41º95.2%75.49%-
HSV(B)49.41º47.22%98.82%-
XYZ72.9579.5433.7-
YUV226.1175.46146.47-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.91%
GREEN value IS 231 (90.62% from 255) = 37.5%
BLUE value IS 133 (52.34% from 255) = 21.59%
R=40.91%
G=37.5%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223113300.080.470.0149.4195.275.49
HexFCE785082F1315f4b
Octal37434720501057161137113
Binary11111100111001111000010101000101111111000110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE785; }

 p { color: rgb(252,231,133); }

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

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

 a { background-color: rgb(252,231,133); }

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

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

 span { border-color: rgb(252,231,133); }

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