#FAE983

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

Shades of Khaki #FAE983

Tints of Khaki #FAE983

Color information

#FAE983 (or 0xFAE983) is unknown color: approx Khaki. HEX triplet: FA, E9 and 83. RGB value is (250,233,131). Sum of RGB (Red+Green+Blue) = 250+233+131=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 233 (91.41% from 255 or 37.95% from 614); Blue value is 131 (51.56% from 255 or 21.34% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE983 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE983 is #05167C. Grayscale: #E2E2E2. Windows color (decimal): -333437 or 8645114. OLE color: 8645114.

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

Color convert

RGB250233131-
CMYK00.070.480.02
HSL51.43º92.25%74.71%-
HSV(B)51.43º47.6%98.04%-
XYZ72.6680.2433.13-
YUV226.4674.13144.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.72%
GREEN value IS 233 (91.41% from 255) = 37.95%
BLUE value IS 131 (51.56% from 255) = 21.34%
R=40.72%
G=37.95%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023313100.070.480.0251.4392.2574.71
HexFAE98307302335c4b
Octal3723512030760263134113
Binary11111010111010011000001101111100001011001110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE983; }

 p { color: rgb(250,233,131); }

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

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

 a { background-color: rgb(250,233,131); }

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

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

 span { border-color: rgb(250,233,131); }

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