#F0E38A

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

Shades of Khaki #F0E38A

Tints of Khaki #F0E38A

Color information

#F0E38A (or 0xF0E38A) is unknown color: approx Khaki. HEX triplet: F0, E3 and 8A. RGB value is (240,227,138). Sum of RGB (Red+Green+Blue) = 240+227+138=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 227 (89.06% from 255 or 37.52% from 605); Blue value is 138 (54.30% from 255 or 22.81% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E38A is #0F1C75. Grayscale: #DDDDDD. Windows color (decimal): -990326 or 9102320. OLE color: 9102320.

HSL color Cylindrical-coordinate representation of color #F0E38A: hue angle of 52.35º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0E38A is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB240227138-
CMYK00.050.420.06
HSL52.35º77.27%74.12%-
HSV(B)52.35º42.5%94.12%-
XYZ67.9975.335-
YUV220.7481.31141.74-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.67%
GREEN value IS 227 (89.06% from 255) = 37.52%
BLUE value IS 138 (54.30% from 255) = 22.81%
R=39.67%
G=37.52%
B=22.81%

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
Decimal24022713800.050.420.0652.3577.2774.12
HexF0E38A052A6344d4a
Octal3603432120552664115112
Binary111100001110001110001010010110101011011010010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E38A; }

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

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

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

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

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

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

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

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