#F1E386

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

Shades of Khaki #F1E386

Tints of Khaki #F1E386

Color information

#F1E386 (or 0xF1E386) is unknown color: approx Khaki. HEX triplet: F1, E3 and 86. RGB value is (241,227,134). Sum of RGB (Red+Green+Blue) = 241+227+134=602 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.03% from 602); Green value is 227 (89.06% from 255 or 37.71% from 602); Blue value is 134 (52.73% from 255 or 22.26% from 602); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E386 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E386 is #0E1C79. Grayscale: #DCDCDC. Windows color (decimal): -924794 or 8840177. OLE color: 8840177.

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

Color convert

RGB241227134-
CMYK00.060.440.05
HSL52.15º79.26%73.53%-
HSV(B)52.15º44.4%94.51%-
XYZ68.0575.3633.51-
YUV220.5879.14142.56-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.03%
GREEN value IS 227 (89.06% from 255) = 37.71%
BLUE value IS 134 (52.73% from 255) = 22.26%
R=40.03%
G=37.71%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122713400.060.440.0552.1579.2673.53
HexF1E386062C5344f4a
Octal3613432060654564117112
Binary111100011110001110000110011010110010111010010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E386; }

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

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

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

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

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

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

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

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