#FDE786

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

Shades of Khaki #FDE786

Tints of Khaki #FDE786

Color information

#FDE786 (or 0xFDE786) is unknown color: approx Khaki. HEX triplet: FD, E7 and 86. RGB value is (253,231,134). Sum of RGB (Red+Green+Blue) = 253+231+134=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 231 (90.62% from 255 or 37.38% from 618); Blue value is 134 (52.73% from 255 or 21.68% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE786 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE786 is #021879. Grayscale: #E2E2E2. Windows color (decimal): -137338 or 8841213. OLE color: 8841213.

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

Color convert

RGB253231134-
CMYK00.090.470.01
HSL48.91º96.75%75.88%-
HSV(B)48.91º47.04%99.22%-
XYZ73.3979.7634.08-
YUV226.5275.79146.89-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.94%
GREEN value IS 231 (90.62% from 255) = 37.38%
BLUE value IS 134 (52.73% from 255) = 21.68%
R=40.94%
G=37.38%
B=21.68%

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
Decimal25323113400.090.470.0148.9196.7575.88
HexFDE786092F131614c
Octal37534720601157161141114
Binary11111101111001111000011001001101111111000111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE786; }

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

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

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

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

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

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

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

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