#F4ED84

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

Shades of Khaki #F4ED84

Tints of Khaki #F4ED84

Color information

#F4ED84 (or 0xF4ED84) is unknown color: approx Khaki. HEX triplet: F4, ED and 84. RGB value is (244,237,132). Sum of RGB (Red+Green+Blue) = 244+237+132=613 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.80% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 132 (51.95% from 255 or 21.53% from 613); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ED84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4ED84 is #0B127B. Grayscale: #E3E3E3. Windows color (decimal): -725628 or 8711668. OLE color: 8711668.

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

Color convert

RGB244237132-
CMYK00.030.460.04
HSL56.25º83.58%73.73%-
HSV(B)56.25º45.9%95.69%-
XYZ71.7681.4733.77-
YUV227.1274.32140.04-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.80%
GREEN value IS 237 (92.97% from 255) = 38.66%
BLUE value IS 132 (51.95% from 255) = 21.53%
R=39.80%
G=38.66%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24423713200.030.460.0456.2583.5873.73
HexF4ED84032E438544a
Octal3643552040356470124112
Binary11110100111011011000010001110111010011100010101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4ED84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4ED84; }

 p { color: rgb(244,237,132); }

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

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

 a { background-color: rgb(244,237,132); }

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

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

 span { border-color: rgb(244,237,132); }

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