#F1EA8A

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

Shades of Khaki #F1EA8A

Tints of Khaki #F1EA8A

Color information

#F1EA8A (or 0xF1EA8A) is unknown color: approx Khaki. HEX triplet: F1, EA and 8A. RGB value is (241,234,138). Sum of RGB (Red+Green+Blue) = 241+234+138=613 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.31% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 138 (54.30% from 255 or 22.51% from 613); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EA8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EA8A is #0E1575. Grayscale: #E1E1E1. Windows color (decimal): -922998 or 9104113. OLE color: 9104113.

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

Color convert

RGB241234138-
CMYK00.030.430.05
HSL55.92º78.63%74.31%-
HSV(B)55.92º42.74%94.51%-
XYZ70.2979.3835.66-
YUV225.1578.82139.31-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.31%
GREEN value IS 234 (91.80% from 255) = 38.17%
BLUE value IS 138 (54.30% from 255) = 22.51%
R=39.31%
G=38.17%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123413800.030.430.0555.9278.6374.31
HexF1EA8A032B5384f4a
Octal3613522120353570117112
Binary11110001111010101000101001110101110111100010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EA8A; }

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

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

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

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

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

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

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

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