#F0DE8D

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

Shades of Khaki #F0DE8D

Tints of Khaki #F0DE8D

Color information

#F0DE8D (or 0xF0DE8D) is unknown color: approx Khaki. HEX triplet: F0, DE and 8D. RGB value is (240,222,141). Sum of RGB (Red+Green+Blue) = 240+222+141=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 141 (55.47% from 255 or 23.38% from 603); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DE8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DE8D is #0F2172. Grayscale: #DADADA. Windows color (decimal): -991603 or 9297648. OLE color: 9297648.

HSL color Cylindrical-coordinate representation of color #F0DE8D: hue angle of 49.09º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F0DE8D is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB240222141-
CMYK00.080.410.06
HSL49.09º76.74%74.71%-
HSV(B)49.09º41.25%94.12%-
XYZ66.8672.6935.71-
YUV218.1584.46143.59-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.80%
GREEN value IS 222 (87.11% from 255) = 36.82%
BLUE value IS 141 (55.47% from 255) = 23.38%
R=39.80%
G=36.82%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022214100.080.410.0649.0976.7474.71
HexF0DE8D08296314d4b
Octal36033621501051661115113
Binary1111000011011110100011010100010100111011000110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DE8D; }

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

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

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

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

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

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

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

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