#F1E693

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

Shades of Khaki #F1E693

Tints of Khaki #F1E693

Color information

#F1E693 (or 0xF1E693) is unknown color: approx Khaki. HEX triplet: F1, E6 and 93. RGB value is (241,230,147). Sum of RGB (Red+Green+Blue) = 241+230+147=618 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.00% from 618); Green value is 230 (90.23% from 255 or 37.22% from 618); Blue value is 147 (57.81% from 255 or 23.79% from 618); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E693 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E693 is #0E196C. Grayscale: #E0E0E0. Windows color (decimal): -924013 or 9692913. OLE color: 9692913.

HSL color Cylindrical-coordinate representation of color #F1E693: hue angle of 52.98º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F1E693 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB241230147-
CMYK00.050.390.05
HSL52.98º77.05%76.08%-
HSV(B)52.98º39%94.51%-
XYZ69.8477.438.86-
YUV223.8384.64140.25-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.00%
GREEN value IS 230 (90.23% from 255) = 37.22%
BLUE value IS 147 (57.81% from 255) = 23.79%
R=39.00%
G=37.22%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123014700.050.390.0552.9877.0576.08
HexF1E69305275354d4c
Octal3613462230547565115114
Binary111100011110011010010011010110011110111010110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E693; }

 p { color: rgb(241,230,147); }

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

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

 a { background-color: rgb(241,230,147); }

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

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

 span { border-color: rgb(241,230,147); }

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