#FDEB84

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

Shades of Khaki #FDEB84

Tints of Khaki #FDEB84

Color information

#FDEB84 (or 0xFDEB84) is unknown color: approx Khaki. HEX triplet: FD, EB and 84. RGB value is (253,235,132). Sum of RGB (Red+Green+Blue) = 253+235+132=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 235 (92.19% from 255 or 37.90% from 620); Blue value is 132 (51.95% from 255 or 21.29% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEB84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEB84 is #02147B. Grayscale: #E5E5E5. Windows color (decimal): -136316 or 8711165. OLE color: 8711165.

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

Color convert

RGB253235132-
CMYK00.070.480.01
HSL51.07º96.8%75.49%-
HSV(B)51.07º47.83%99.22%-
XYZ74.3881.9733.73-
YUV228.6473.46145.38-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.81%
GREEN value IS 235 (92.19% from 255) = 37.90%
BLUE value IS 132 (51.95% from 255) = 21.29%
R=40.81%
G=37.90%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323513200.070.480.0151.0796.875.49
HexFDEB840730133614b
Octal3753532040760163141113
Binary1111110111101011100001000111110000111001111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEB84; }

 p { color: rgb(253,235,132); }

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

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

 a { background-color: rgb(253,235,132); }

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

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

 span { border-color: rgb(253,235,132); }

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