#f0e68c

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

Shades of Khaki #F0E68C

Tints of Khaki #F0E68C

Color information

#F0E68C (or 0xF0E68C) is known color: Khaki. HEX triplet: F0, E6 and 8C. RGB value is (240,230,140). Sum of RGB (Red+Green+Blue) = 240+230+140=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 230 (90.23% from 255 or 37.70% from 610); Blue value is 140 (55.08% from 255 or 22.95% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E68C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E68C is #0F1973. Grayscale: #DFDFDF. Windows color (decimal): -989556 or 9234160. OLE color: 9234160.

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

Color convert

RGB240230140-
CMYK00.040.420.06
HSL54º76.92%74.51%-
HSV(B)54º41.67%94.12%-
XYZ68.9777.0136.04-
YUV222.7381.31140.32-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.34%
GREEN value IS 230 (90.23% from 255) = 37.70%
BLUE value IS 140 (55.08% from 255) = 22.95%
R=39.34%
G=37.70%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023014000.040.420.065476.9274.51
HexF0E68C042A6364d4b
Octal3603462140452666115113
Binary111100001110011010001100010010101011011011010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f0e68c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f0e68c; }

 p { color: rgb(240,230,140); }

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

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

 a { background-color: rgb(240,230,140); }

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

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

 span { border-color: rgb(240,230,140); }

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