#F1E691

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

Shades of Khaki #F1E691

Tints of Khaki #F1E691

Color information

#F1E691 (or 0xF1E691) is unknown color: approx Khaki. HEX triplet: F1, E6 and 91. RGB value is (241,230,145). Sum of RGB (Red+Green+Blue) = 241+230+145=616 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.12% from 616); Green value is 230 (90.23% from 255 or 37.34% from 616); Blue value is 145 (57.03% from 255 or 23.54% from 616); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E691 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E691 is #0E196E. Grayscale: #DFDFDF. Windows color (decimal): -924015 or 9561841. OLE color: 9561841.

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

Color convert

RGB241230145-
CMYK00.050.400.05
HSL53.12º77.42%75.69%-
HSV(B)53.12º39.83%94.51%-
XYZ69.6877.3438.04-
YUV223.683.64140.41-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.12%
GREEN value IS 230 (90.23% from 255) = 37.34%
BLUE value IS 145 (57.03% from 255) = 23.54%
R=39.12%
G=37.34%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123014500.050.400.0553.1277.4275.69
HexF1E69105285354d4c
Octal3613462210550565115114
Binary111100011110011010010001010110100010111010110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E691; }

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

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

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

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

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

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

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

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