#F1E890

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

Shades of Khaki #F1E890

Tints of Khaki #F1E890

Color information

#F1E890 (or 0xF1E890) is unknown color: approx Khaki. HEX triplet: F1, E8 and 90. RGB value is (241,232,144). Sum of RGB (Red+Green+Blue) = 241+232+144=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 232 (91.02% from 255 or 37.60% from 617); Blue value is 144 (56.64% from 255 or 23.34% from 617); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E890 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E890 is #0E176F. Grayscale: #E1E1E1. Windows color (decimal): -923504 or 9496817. OLE color: 9496817.

HSL color Cylindrical-coordinate representation of color #F1E890: hue angle of 54.43º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F1E890 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB241232144-
CMYK00.040.400.05
HSL54.43º77.6%75.49%-
HSV(B)54.43º40.25%94.51%-
XYZ70.1778.4337.83-
YUV224.6682.48139.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.06%
GREEN value IS 232 (91.02% from 255) = 37.60%
BLUE value IS 144 (56.64% from 255) = 23.34%
R=39.06%
G=37.60%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123214400.040.400.0554.4377.675.49
HexF1E89004285364e4b
Octal3613502200450566116113
Binary111100011110100010010000010010100010111011010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E890; }

 p { color: rgb(241,232,144); }

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

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

 a { background-color: rgb(241,232,144); }

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

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

 span { border-color: rgb(241,232,144); }

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