#FCED83

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

Shades of Khaki #FCED83

Tints of Khaki #FCED83

Color information

#FCED83 (or 0xFCED83) is unknown color: approx Khaki. HEX triplet: FC, ED and 83. RGB value is (252,237,131). Sum of RGB (Red+Green+Blue) = 252+237+131=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 131 (51.56% from 255 or 21.13% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCED83 is #03127C. Grayscale: #E5E5E5. Windows color (decimal): -201341 or 8646140. OLE color: 8646140.

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

Color convert

RGB252237131-
CMYK00.060.480.01
HSL52.56º95.28%75.1%-
HSV(B)52.56º48.02%98.82%-
XYZ74.5382.933.55-
YUV229.472.47144.12-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.65%
GREEN value IS 237 (92.97% from 255) = 38.23%
BLUE value IS 131 (51.56% from 255) = 21.13%
R=40.65%
G=38.23%
B=21.13%

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
Decimal25223713100.060.480.0152.5695.2875.1
HexFCED8306301355f4b
Octal3743552030660165137113
Binary1111110011101101100000110110110000111010110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCED83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCED83; }

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

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

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

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

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

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

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

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