#F4E28C

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

Shades of Khaki #F4E28C

Tints of Khaki #F4E28C

Color information

#F4E28C (or 0xF4E28C) is unknown color: approx Khaki. HEX triplet: F4, E2 and 8C. RGB value is (244,226,140). Sum of RGB (Red+Green+Blue) = 244+226+140=610 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40% from 610); Green value is 226 (88.67% from 255 or 37.05% from 610); Blue value is 140 (55.08% from 255 or 22.95% from 610); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E28C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4E28C is #0B1D73. Grayscale: #DDDDDD. Windows color (decimal): -728436 or 9233140. OLE color: 9233140.

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

Color convert

RGB244226140-
CMYK00.070.430.04
HSL49.62º82.54%75.29%-
HSV(B)49.62º42.62%95.69%-
XYZ69.2475.5235.74-
YUV221.5881.96143.99-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40%
GREEN value IS 226 (88.67% from 255) = 37.05%
BLUE value IS 140 (55.08% from 255) = 22.95%
R=40%
G=37.05%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422614000.070.430.0449.6282.5475.29
HexF4E28C072B432534b
Octal3643422140753462123113
Binary111101001110001010001100011110101110011001010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4E28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4E28C; }

 p { color: rgb(244,226,140); }

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

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

 a { background-color: rgb(244,226,140); }

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

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

 span { border-color: rgb(244,226,140); }

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