#F0E687

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

Shades of Khaki #F0E687

Tints of Khaki #F0E687

Color information

#F0E687 (or 0xF0E687) is unknown color: approx Khaki. HEX triplet: F0, E6 and 87. RGB value is (240,230,135). Sum of RGB (Red+Green+Blue) = 240+230+135=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 230 (90.23% from 255 or 38.02% from 605); Blue value is 135 (53.12% from 255 or 22.31% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E687 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E687 is #0F1978. Grayscale: #DEDEDE. Windows color (decimal): -989561 or 8906480. OLE color: 8906480.

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

Color convert

RGB240230135-
CMYK00.040.440.06
HSL54.29º77.78%73.53%-
HSV(B)54.29º43.75%94.12%-
XYZ68.6176.8734.14-
YUV222.1678.81140.72-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.67%
GREEN value IS 230 (90.23% from 255) = 38.02%
BLUE value IS 135 (53.12% from 255) = 22.31%
R=39.67%
G=38.02%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023013500.040.440.0654.2977.7873.53
HexF0E687042C6364e4a
Octal3603462070454666116112
Binary111100001110011010000111010010110011011011010011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E687; }

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

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

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

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

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

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

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

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