#F1E891

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

Shades of Khaki #F1E891

Tints of Khaki #F1E891

Color information

#F1E891 (or 0xF1E891) is unknown color: approx Khaki. HEX triplet: F1, E8 and 91. RGB value is (241,232,145). Sum of RGB (Red+Green+Blue) = 241+232+145=618 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.00% from 618); Green value is 232 (91.02% from 255 or 37.54% from 618); Blue value is 145 (57.03% from 255 or 23.46% from 618); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E891 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E891 is #0E176E. Grayscale: #E1E1E1. Windows color (decimal): -923503 or 9562353. OLE color: 9562353.

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

Color convert

RGB241232145-
CMYK00.040.400.05
HSL54.38º77.42%75.69%-
HSV(B)54.38º39.83%94.51%-
XYZ70.2478.4638.23-
YUV224.7782.98139.57-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.00%
GREEN value IS 232 (91.02% from 255) = 37.54%
BLUE value IS 145 (57.03% from 255) = 23.46%
R=39.00%
G=37.54%
B=23.46%

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
Decimal24123214500.040.400.0554.3877.4275.69
HexF1E89104285364d4c
Octal3613502210450566115114
Binary111100011110100010010001010010100010111011010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E891; }

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

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

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

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

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

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

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

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