#F0E38C

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

Shades of Khaki #F0E38C

Tints of Khaki #F0E38C

Color information

#F0E38C (or 0xF0E38C) is unknown color: approx Khaki. HEX triplet: F0, E3 and 8C. RGB value is (240,227,140). Sum of RGB (Red+Green+Blue) = 240+227+140=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 227 (89.06% from 255 or 37.40% from 607); Blue value is 140 (55.08% from 255 or 23.06% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E38C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E38C is #0F1C73. Grayscale: #DDDDDD. Windows color (decimal): -990324 or 9233392. OLE color: 9233392.

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

Color convert

RGB240227140-
CMYK00.050.420.06
HSL52.2º76.92%74.51%-
HSV(B)52.2º41.67%94.12%-
XYZ68.1475.3635.77-
YUV220.9782.31141.57-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.54%
GREEN value IS 227 (89.06% from 255) = 37.40%
BLUE value IS 140 (55.08% from 255) = 23.06%
R=39.54%
G=37.40%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022714000.050.420.0652.276.9274.51
HexF0E38C052A6344d4b
Octal3603432140552664115113
Binary111100001110001110001100010110101011011010010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E38C; }

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

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

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

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

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

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

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

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