#F0E38E

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

Shades of Khaki #F0E38E

Tints of Khaki #F0E38E

Color information

#F0E38E (or 0xF0E38E) is unknown color: approx Khaki. HEX triplet: F0, E3 and 8E. RGB value is (240,227,142). Sum of RGB (Red+Green+Blue) = 240+227+142=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 227 (89.06% from 255 or 37.27% from 609); Blue value is 142 (55.86% from 255 or 23.32% from 609); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E38E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E38E is #0F1C71. Grayscale: #DDDDDD. Windows color (decimal): -990322 or 9364464. OLE color: 9364464.

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

Color convert

RGB240227142-
CMYK00.050.410.06
HSL52.04º76.56%74.9%-
HSV(B)52.04º40.83%94.12%-
XYZ68.2975.4236.55-
YUV221.283.31141.41-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.41%
GREEN value IS 227 (89.06% from 255) = 37.27%
BLUE value IS 142 (55.86% from 255) = 23.32%
R=39.41%
G=37.27%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022714200.050.410.0652.0476.5674.9
HexF0E38E05296344d4b
Octal3603432160551664115113
Binary111100001110001110001110010110100111011010010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E38E; }

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

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

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

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

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

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

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

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