#FCED84

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

Shades of Khaki #FCED84

Tints of Khaki #FCED84

Color information

#FCED84 (or 0xFCED84) is unknown color: approx Khaki. HEX triplet: FC, ED and 84. RGB value is (252,237,132). Sum of RGB (Red+Green+Blue) = 252+237+132=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 132 (51.95% from 255 or 21.26% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCED84 is #03127B. Grayscale: #E5E5E5. Windows color (decimal): -201340 or 8711676. OLE color: 8711676.

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

Color convert

RGB252237132-
CMYK00.060.480.01
HSL52.5º95.24%75.29%-
HSV(B)52.5º47.62%98.82%-
XYZ74.5982.9333.91-
YUV229.5272.97144.04-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.58%
GREEN value IS 237 (92.97% from 255) = 38.16%
BLUE value IS 132 (51.95% from 255) = 21.26%
R=40.58%
G=38.16%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223713200.060.480.0152.595.2475.29
HexFCED8406301345f4b
Octal3743552040660164137113
Binary1111110011101101100001000110110000111010010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCED84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCED84; }

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

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

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

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

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

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

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

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