#F1E786

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

Shades of Khaki #F1E786

Tints of Khaki #F1E786

Color information

#F1E786 (or 0xF1E786) is unknown color: approx Khaki. HEX triplet: F1, E7 and 86. RGB value is (241,231,134). Sum of RGB (Red+Green+Blue) = 241+231+134=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 231 (90.62% from 255 or 38.12% from 606); Blue value is 134 (52.73% from 255 or 22.11% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E786 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E786 is #0E1879. Grayscale: #DFDFDF. Windows color (decimal): -923770 or 8841201. OLE color: 8841201.

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

Color convert

RGB241231134-
CMYK00.040.440.05
HSL54.39º79.26%73.53%-
HSV(B)54.39º44.4%94.51%-
XYZ69.1577.5733.88-
YUV222.9377.81140.89-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.77%
GREEN value IS 231 (90.62% from 255) = 38.12%
BLUE value IS 134 (52.73% from 255) = 22.11%
R=39.77%
G=38.12%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123113400.040.440.0554.3979.2673.53
HexF1E786042C5364f4a
Octal3613472060454566117112
Binary111100011110011110000110010010110010111011010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E786; }

 p { color: rgb(241,231,134); }

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

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

 a { background-color: rgb(241,231,134); }

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

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

 span { border-color: rgb(241,231,134); }

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