#F0E695

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

Shades of Khaki #F0E695

Tints of Khaki #F0E695

Color information

#F0E695 (or 0xF0E695) is unknown color: approx Khaki. HEX triplet: F0, E6 and 95. RGB value is (240,230,149). Sum of RGB (Red+Green+Blue) = 240+230+149=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 230 (90.23% from 255 or 37.16% from 619); Blue value is 149 (58.59% from 255 or 24.07% from 619); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E695 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E695 is #0F196A. Grayscale: #E0E0E0. Windows color (decimal): -989547 or 9823984. OLE color: 9823984.

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

Color convert

RGB240230149-
CMYK00.040.380.06
HSL53.41º75.21%76.27%-
HSV(B)53.41º37.92%94.12%-
XYZ69.6677.2939.68-
YUV223.7685.81139.59-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.77%
GREEN value IS 230 (90.23% from 255) = 37.16%
BLUE value IS 149 (58.59% from 255) = 24.07%
R=38.77%
G=37.16%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023014900.040.380.0653.4175.2176.27
HexF0E69504266354b4c
Octal3603462250446665113114
Binary111100001110011010010101010010011011011010110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E695; }

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

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

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

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

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

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

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

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