#F1E78E

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

Shades of Khaki #F1E78E

Tints of Khaki #F1E78E

Color information

#F1E78E (or 0xF1E78E) is unknown color: approx Khaki. HEX triplet: F1, E7 and 8E. RGB value is (241,231,142). Sum of RGB (Red+Green+Blue) = 241+231+142=614 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.25% from 614); Green value is 231 (90.62% from 255 or 37.62% from 614); Blue value is 142 (55.86% from 255 or 23.13% from 614); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E78E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E78E is #0E1871. Grayscale: #E0E0E0. Windows color (decimal): -923762 or 9365489. OLE color: 9365489.

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

Color convert

RGB241231142-
CMYK00.040.410.05
HSL53.94º77.95%75.1%-
HSV(B)53.94º41.08%94.51%-
XYZ69.7377.8136.93-
YUV223.8481.81140.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.25%
GREEN value IS 231 (90.62% from 255) = 37.62%
BLUE value IS 142 (55.86% from 255) = 23.13%
R=39.25%
G=37.62%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123114200.040.410.0553.9477.9575.1
HexF1E78E04295364e4b
Octal3613472160451566116113
Binary111100011110011110001110010010100110111011010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E78E; }

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

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

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

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

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

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

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

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