#FDEE85

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

Shades of Khaki #FDEE85

Tints of Khaki #FDEE85

Color information

#FDEE85 (or 0xFDEE85) is unknown color: approx Khaki. HEX triplet: FD, EE and 85. RGB value is (253,238,133). Sum of RGB (Red+Green+Blue) = 253+238+133=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 238 (93.36% from 255 or 38.14% from 624); Blue value is 133 (52.34% from 255 or 21.31% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEE85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEE85 is #02117A. Grayscale: #E6E6E6. Windows color (decimal): -135547 or 8777469. OLE color: 8777469.

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

Color convert

RGB253238133-
CMYK00.060.470.01
HSL52.5º96.77%75.69%-
HSV(B)52.5º47.43%99.22%-
XYZ75.3283.7334.38-
YUV230.5272.97144.04-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.54%
GREEN value IS 238 (93.36% from 255) = 38.14%
BLUE value IS 133 (52.34% from 255) = 21.31%
R=40.54%
G=38.14%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323813300.060.470.0152.596.7775.69
HexFDEE85062F134614c
Octal3753562050657164141114
Binary1111110111101110100001010110101111111010011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEE85; }

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

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

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

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

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

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

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

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