#F1EB8A

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

Shades of Khaki #F1EB8A

Tints of Khaki #F1EB8A

Color information

#F1EB8A (or 0xF1EB8A) is unknown color: approx Khaki. HEX triplet: F1, EB and 8A. RGB value is (241,235,138). Sum of RGB (Red+Green+Blue) = 241+235+138=614 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.25% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 138 (54.30% from 255 or 22.48% from 614); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EB8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EB8A is #0E1475. Grayscale: #E2E2E2. Windows color (decimal): -922742 or 9104369. OLE color: 9104369.

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

Color convert

RGB241235138-
CMYK00.020.430.05
HSL56.5º78.63%74.31%-
HSV(B)56.5º42.74%94.51%-
XYZ70.5779.9535.76-
YUV225.7478.49138.89-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.25%
GREEN value IS 235 (92.19% from 255) = 38.27%
BLUE value IS 138 (54.30% from 255) = 22.48%
R=39.25%
G=38.27%
B=22.48%

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
Decimal24123513800.020.430.0556.578.6374.31
HexF1EB8A022B5394f4a
Octal3613532120253571117112
Binary11110001111010111000101001010101110111100110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EB8A; }

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

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

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

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

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

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

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

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