#F0E38D

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

Shades of Khaki #F0E38D

Tints of Khaki #F0E38D

Color information

#F0E38D (or 0xF0E38D) is unknown color: approx Khaki. HEX triplet: F0, E3 and 8D. RGB value is (240,227,141). Sum of RGB (Red+Green+Blue) = 240+227+141=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 227 (89.06% from 255 or 37.34% from 608); Blue value is 141 (55.47% from 255 or 23.19% from 608); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E38D is #0F1C72. Grayscale: #DDDDDD. Windows color (decimal): -990323 or 9298928. OLE color: 9298928.

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

Color convert

RGB240227141-
CMYK00.050.410.06
HSL52.12º76.74%74.71%-
HSV(B)52.12º41.25%94.12%-
XYZ68.2175.3936.16-
YUV221.0882.81141.49-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.47%
GREEN value IS 227 (89.06% from 255) = 37.34%
BLUE value IS 141 (55.47% from 255) = 23.19%
R=39.47%
G=37.34%
B=23.19%

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
Decimal24022714100.050.410.0652.1276.7474.71
HexF0E38D05296344d4b
Octal3603432150551664115113
Binary111100001110001110001101010110100111011010010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E38D; }

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

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

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

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

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

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

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

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