#F1EB8D

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

Shades of Khaki #F1EB8D

Tints of Khaki #F1EB8D

Color information

#F1EB8D (or 0xF1EB8D) is unknown color: approx Khaki. HEX triplet: F1, EB and 8D. RGB value is (241,235,141). Sum of RGB (Red+Green+Blue) = 241+235+141=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 235 (92.19% from 255 or 38.09% from 617); Blue value is 141 (55.47% from 255 or 22.85% from 617); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EB8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EB8D is #0E1472. Grayscale: #E2E2E2. Windows color (decimal): -922739 or 9300977. OLE color: 9300977.

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

Color convert

RGB241235141-
CMYK00.020.410.05
HSL56.4º78.12%74.9%-
HSV(B)56.4º41.49%94.51%-
XYZ70.7980.0436.92-
YUV226.0879.99138.64-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.06%
GREEN value IS 235 (92.19% from 255) = 38.09%
BLUE value IS 141 (55.47% from 255) = 22.85%
R=39.06%
G=38.09%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123514100.020.410.0556.478.1274.9
HexF1EB8D02295384e4b
Octal3613532150251570116113
Binary11110001111010111000110101010100110111100010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EB8D; }

 p { color: rgb(241,235,141); }

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

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

 a { background-color: rgb(241,235,141); }

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

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

 span { border-color: rgb(241,235,141); }

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