#F4E48D

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

Shades of Khaki #F4E48D

Tints of Khaki #F4E48D

Color information

#F4E48D (or 0xF4E48D) is unknown color: approx Khaki. HEX triplet: F4, E4 and 8D. RGB value is (244,228,141). Sum of RGB (Red+Green+Blue) = 244+228+141=613 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.80% from 613); Green value is 228 (89.45% from 255 or 37.19% from 613); Blue value is 141 (55.47% from 255 or 23.00% from 613); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4E48D is #0B1B72. Grayscale: #DFDFDF. Windows color (decimal): -727923 or 9299188. OLE color: 9299188.

HSL color Cylindrical-coordinate representation of color #F4E48D: hue angle of 50.68º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F4E48D is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB244228141-
CMYK00.070.420.04
HSL50.68º82.4%75.49%-
HSV(B)50.68º42.21%95.69%-
XYZ69.8676.6436.31-
YUV222.8781.8143.07-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.80%
GREEN value IS 228 (89.45% from 255) = 37.19%
BLUE value IS 141 (55.47% from 255) = 23.00%
R=39.80%
G=37.19%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422814100.070.420.0450.6882.475.49
HexF4E48D072A433524b
Octal3643442150752463122113
Binary111101001110010010001101011110101010011001110100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4E48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4E48D; }

 p { color: rgb(244,228,141); }

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

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

 a { background-color: rgb(244,228,141); }

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

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

 span { border-color: rgb(244,228,141); }

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