#F1ED89

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

Shades of Khaki #F1ED89

Tints of Khaki #F1ED89

Color information

#F1ED89 (or 0xF1ED89) is unknown color: approx Khaki. HEX triplet: F1, ED and 89. RGB value is (241,237,137). Sum of RGB (Red+Green+Blue) = 241+237+137=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 137 (53.91% from 255 or 22.28% from 615); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED89 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1ED89 is #0E1276. Grayscale: #E3E3E3. Windows color (decimal): -922231 or 9039345. OLE color: 9039345.

HSL color Cylindrical-coordinate representation of color #F1ED89: hue angle of 57.69º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F1ED89 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB241237137-
CMYK00.020.430.05
HSL57.69º78.79%74.12%-
HSV(B)57.69º43.15%94.51%-
XYZ71.0881.0835.57-
YUV226.877.33138.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.19%
GREEN value IS 237 (92.97% from 255) = 38.54%
BLUE value IS 137 (53.91% from 255) = 22.28%
R=39.19%
G=38.54%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123713700.020.430.0557.6978.7974.12
HexF1ED89022B53a4f4a
Octal3613552110253572117112
Binary11110001111011011000100101010101110111101010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ED89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ED89; }

 p { color: rgb(241,237,137); }

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

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

 a { background-color: rgb(241,237,137); }

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

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

 span { border-color: rgb(241,237,137); }

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