#FAED8B

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

Shades of Khaki #FAED8B

Tints of Khaki #FAED8B

Color information

#FAED8B (or 0xFAED8B) is unknown color: approx Khaki. HEX triplet: FA, ED and 8B. RGB value is (250,237,139). Sum of RGB (Red+Green+Blue) = 250+237+139=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 237 (92.97% from 255 or 37.86% from 626); Blue value is 139 (54.69% from 255 or 22.20% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FAED8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAED8B is #051274. Grayscale: #E6E6E6. Windows color (decimal): -332405 or 9170426. OLE color: 9170426.

HSL color Cylindrical-coordinate representation of color #FAED8B: hue angle of 52.97º 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 #FAED8B is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB250237139-
CMYK00.050.440.02
HSL52.97º91.74%76.27%-
HSV(B)52.97º44.4%98.04%-
XYZ74.3782.7636.48-
YUV229.7276.81142.47-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.94%
GREEN value IS 237 (92.97% from 255) = 37.86%
BLUE value IS 139 (54.69% from 255) = 22.20%
R=39.94%
G=37.86%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023713900.050.440.0252.9791.7476.27
HexFAED8B052C2355c4c
Octal3723552130554265134114
Binary11111010111011011000101101011011001011010110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAED8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAED8B; }

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

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

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

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

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

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

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

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