#F1DE8D

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

Shades of Khaki #F1DE8D

Tints of Khaki #F1DE8D

Color information

#F1DE8D (or 0xF1DE8D) is unknown color: approx Khaki. HEX triplet: F1, DE and 8D. RGB value is (241,222,141). Sum of RGB (Red+Green+Blue) = 241+222+141=604 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.90% from 604); Green value is 222 (87.11% from 255 or 36.75% from 604); Blue value is 141 (55.47% from 255 or 23.34% from 604); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DE8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DE8D is #0E2172. Grayscale: #DADADA. Windows color (decimal): -926067 or 9297649. OLE color: 9297649.

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

Color convert

RGB241222141-
CMYK00.080.410.05
HSL48.6º78.12%74.9%-
HSV(B)48.6º41.49%94.51%-
XYZ67.272.8735.72-
YUV218.4584.29144.09-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.90%
GREEN value IS 222 (87.11% from 255) = 36.75%
BLUE value IS 141 (55.47% from 255) = 23.34%
R=39.90%
G=36.75%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122214100.080.410.0548.678.1274.9
HexF1DE8D08295314e4b
Octal36133621501051561116113
Binary1111000111011110100011010100010100110111000110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DE8D; }

 p { color: rgb(241,222,141); }

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

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

 a { background-color: rgb(241,222,141); }

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

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

 span { border-color: rgb(241,222,141); }

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