#FCED89

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

Shades of Khaki #FCED89

Tints of Khaki #FCED89

Color information

#FCED89 (or 0xFCED89) is unknown color: approx Khaki. HEX triplet: FC, ED and 89. RGB value is (252,237,137). Sum of RGB (Red+Green+Blue) = 252+237+137=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 237 (92.97% from 255 or 37.86% from 626); Blue value is 137 (53.91% from 255 or 21.88% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED89 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCED89 is #031276. Grayscale: #E6E6E6. Windows color (decimal): -201335 or 9039356. OLE color: 9039356.

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

Color convert

RGB252237137-
CMYK00.060.460.01
HSL52.17º95.04%76.27%-
HSV(B)52.17º45.63%98.82%-
XYZ74.9483.0735.75-
YUV230.0875.47143.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.26%
GREEN value IS 237 (92.97% from 255) = 37.86%
BLUE value IS 137 (53.91% from 255) = 21.88%
R=40.26%
G=37.86%
B=21.88%

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
Decimal25223713700.060.460.0152.1795.0476.27
HexFCED89062E1345f4c
Octal3743552110656164137114
Binary1111110011101101100010010110101110111010010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCED89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCED89; }

 p { color: rgb(252,237,137); }

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

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

 a { background-color: rgb(252,237,137); }

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

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

 span { border-color: rgb(252,237,137); }

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