#F0DF8E

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

Shades of Khaki #F0DF8E

Tints of Khaki #F0DF8E

Color information

#F0DF8E (or 0xF0DF8E) is unknown color: approx Khaki. HEX triplet: F0, DF and 8E. RGB value is (240,223,142). Sum of RGB (Red+Green+Blue) = 240+223+142=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 142 (55.86% from 255 or 23.47% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DF8E is #0F2071. Grayscale: #DBDBDB. Windows color (decimal): -991346 or 9363440. OLE color: 9363440.

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

Color convert

RGB240223142-
CMYK00.070.410.06
HSL49.59º76.56%74.9%-
HSV(B)49.59º40.83%94.12%-
XYZ67.2173.2536.19-
YUV218.8584.63143.09-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.67%
GREEN value IS 223 (87.5% from 255) = 36.86%
BLUE value IS 142 (55.86% from 255) = 23.47%
R=39.67%
G=36.86%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022314200.070.410.0649.5976.5674.9
HexF0DF8E07296324d4b
Octal3603372160751662115113
Binary111100001101111110001110011110100111011001010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DF8E; }

 p { color: rgb(240,223,142); }

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

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

 a { background-color: rgb(240,223,142); }

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

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

 span { border-color: rgb(240,223,142); }

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