#FDEA84

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

Shades of Khaki #FDEA84

Tints of Khaki #FDEA84

Color information

#FDEA84 (or 0xFDEA84) is unknown color: approx Khaki. HEX triplet: FD, EA and 84. RGB value is (253,234,132). Sum of RGB (Red+Green+Blue) = 253+234+132=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 234 (91.80% from 255 or 37.80% from 619); Blue value is 132 (51.95% from 255 or 21.32% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEA84 is #02157B. Grayscale: #E4E4E4. Windows color (decimal): -136572 or 8710909. OLE color: 8710909.

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

Color convert

RGB253234132-
CMYK00.080.480.01
HSL50.58º96.8%75.49%-
HSV(B)50.58º47.83%99.22%-
XYZ74.181.3933.64-
YUV228.0573.79145.79-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.87%
GREEN value IS 234 (91.80% from 255) = 37.80%
BLUE value IS 132 (51.95% from 255) = 21.32%
R=40.87%
G=37.80%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323413200.080.480.0150.5896.875.49
HexFDEA840830133614b
Octal37535220401060163141113
Binary11111101111010101000010001000110000111001111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEA84; }

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

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

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

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

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

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

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

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