#F4E685

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

Shades of Khaki #F4E685

Tints of Khaki #F4E685

Color information

#F4E685 (or 0xF4E685) is unknown color: approx Khaki. HEX triplet: F4, E6 and 85. RGB value is (244,230,133). Sum of RGB (Red+Green+Blue) = 244+230+133=607 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.20% from 607); Green value is 230 (90.23% from 255 or 37.89% from 607); Blue value is 133 (52.34% from 255 or 21.91% from 607); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E685 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4E685 is #0B197A. Grayscale: #DFDFDF. Windows color (decimal): -727419 or 8775412. OLE color: 8775412.

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

Color convert

RGB244230133-
CMYK00.060.450.04
HSL52.43º83.46%73.92%-
HSV(B)52.43º45.49%95.69%-
XYZ69.8477.5233.47-
YUV223.1377.14142.89-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.20%
GREEN value IS 230 (90.23% from 255) = 37.89%
BLUE value IS 133 (52.34% from 255) = 21.91%
R=40.20%
G=37.89%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24423013300.060.450.0452.4383.4673.92
HexF4E685062D434534a
Octal3643462050655464123112
Binary111101001110011010000101011010110110011010010100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4E685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4E685; }

 p { color: rgb(244,230,133); }

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

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

 a { background-color: rgb(244,230,133); }

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

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

 span { border-color: rgb(244,230,133); }

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