#F1EB86

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

Shades of Khaki #F1EB86

Tints of Khaki #F1EB86

Color information

#F1EB86 (or 0xF1EB86) is unknown color: approx Khaki. HEX triplet: F1, EB and 86. RGB value is (241,235,134). Sum of RGB (Red+Green+Blue) = 241+235+134=610 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.51% from 610); Green value is 235 (92.19% from 255 or 38.52% from 610); Blue value is 134 (52.73% from 255 or 21.97% from 610); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EB86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EB86 is #0E1479. Grayscale: #E1E1E1. Windows color (decimal): -922746 or 8842225. OLE color: 8842225.

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

Color convert

RGB241235134-
CMYK00.020.440.05
HSL56.64º79.26%73.53%-
HSV(B)56.64º44.4%94.51%-
XYZ70.2979.8434.26-
YUV225.2876.49139.21-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.51%
GREEN value IS 235 (92.19% from 255) = 38.52%
BLUE value IS 134 (52.73% from 255) = 21.97%
R=39.51%
G=38.52%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123513400.020.440.0556.6479.2673.53
HexF1EB86022C5394f4a
Octal3613532060254571117112
Binary11110001111010111000011001010110010111100110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EB86; }

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

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

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

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

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

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

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

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