#F0E28D

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

Shades of Khaki #F0E28D

Tints of Khaki #F0E28D

Color information

#F0E28D (or 0xF0E28D) is unknown color: approx Khaki. HEX triplet: F0, E2 and 8D. RGB value is (240,226,141). Sum of RGB (Red+Green+Blue) = 240+226+141=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 226 (88.67% from 255 or 37.23% from 607); Blue value is 141 (55.47% from 255 or 23.23% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E28D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E28D is #0F1D72. Grayscale: #DCDCDC. Windows color (decimal): -990579 or 9298672. OLE color: 9298672.

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

Color convert

RGB240226141-
CMYK00.060.410.06
HSL51.52º76.74%74.71%-
HSV(B)51.52º41.25%94.12%-
XYZ67.9474.8436.06-
YUV220.583.14141.91-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.54%
GREEN value IS 226 (88.67% from 255) = 37.23%
BLUE value IS 141 (55.47% from 255) = 23.23%
R=39.54%
G=37.23%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022614100.060.410.0651.5276.7474.71
HexF0E28D06296344d4b
Octal3603422150651664115113
Binary111100001110001010001101011010100111011010010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E28D; }

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

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

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

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

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

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

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

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