#FDED88

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

Shades of Khaki #FDED88

Tints of Khaki #FDED88

Color information

#FDED88 (or 0xFDED88) is unknown color: approx Khaki. HEX triplet: FD, ED and 88. RGB value is (253,237,136). Sum of RGB (Red+Green+Blue) = 253+237+136=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 237 (92.97% from 255 or 37.86% from 626); Blue value is 136 (53.52% from 255 or 21.73% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED88 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDED88 is #021277. Grayscale: #E6E6E6. Windows color (decimal): -135800 or 8973821. OLE color: 8973821.

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

Color convert

RGB253237136-
CMYK00.060.460.01
HSL51.79º96.69%76.27%-
HSV(B)51.79º46.25%99.22%-
XYZ75.2483.2335.39-
YUV230.2774.8144.21-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.42%
GREEN value IS 237 (92.97% from 255) = 37.86%
BLUE value IS 136 (53.52% from 255) = 21.73%
R=40.42%
G=37.86%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323713600.060.460.0151.7996.6976.27
HexFDED88062E134614c
Octal3753552100656164141114
Binary1111110111101101100010000110101110111010011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDED88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDED88; }

 p { color: rgb(253,237,136); }

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

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

 a { background-color: rgb(253,237,136); }

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

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

 span { border-color: rgb(253,237,136); }

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