#FAE88B

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

Shades of Khaki #FAE88B

Tints of Khaki #FAE88B

Color information

#FAE88B (or 0xFAE88B) is unknown color: approx Khaki. HEX triplet: FA, E8 and 8B. RGB value is (250,232,139). Sum of RGB (Red+Green+Blue) = 250+232+139=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 232 (91.02% from 255 or 37.36% from 621); Blue value is 139 (54.69% from 255 or 22.38% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE88B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE88B is #051774. Grayscale: #E3E3E3. Windows color (decimal): -333685 or 9169146. OLE color: 9169146.

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

Color convert

RGB250232139-
CMYK00.070.440.02
HSL50.27º91.74%76.27%-
HSV(B)50.27º44.4%98.04%-
XYZ72.9479.936-
YUV226.7878.46144.56-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.26%
GREEN value IS 232 (91.02% from 255) = 37.36%
BLUE value IS 139 (54.69% from 255) = 22.38%
R=40.26%
G=37.36%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023213900.070.440.0250.2791.7476.27
HexFAE88B072C2325c4c
Octal3723502130754262134114
Binary11111010111010001000101101111011001011001010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE88B; }

 p { color: rgb(250,232,139); }

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

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

 a { background-color: rgb(250,232,139); }

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

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

 span { border-color: rgb(250,232,139); }

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