#FDE785

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

Shades of Khaki #FDE785

Tints of Khaki #FDE785

Color information

#FDE785 (or 0xFDE785) is unknown color: approx Khaki. HEX triplet: FD, E7 and 85. RGB value is (253,231,133). Sum of RGB (Red+Green+Blue) = 253+231+133=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 231 (90.62% from 255 or 37.44% from 617); Blue value is 133 (52.34% from 255 or 21.56% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE785 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE785 is #02187A. Grayscale: #E2E2E2. Windows color (decimal): -137339 or 8775677. OLE color: 8775677.

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

Color convert

RGB253231133-
CMYK00.090.470.01
HSL49º96.77%75.69%-
HSV(B)49º47.43%99.22%-
XYZ73.3279.7333.72-
YUV226.4175.29146.97-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.00%
GREEN value IS 231 (90.62% from 255) = 37.44%
BLUE value IS 133 (52.34% from 255) = 21.56%
R=41.00%
G=37.44%
B=21.56%

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
Decimal25323113300.090.470.014996.7775.69
HexFDE785092F131614c
Octal37534720501157161141114
Binary11111101111001111000010101001101111111000111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE785; }

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

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

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

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

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

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

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

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