#F5E485

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

Shades of Khaki #F5E485

Tints of Khaki #F5E485

Color information

#F5E485 (or 0xF5E485) is unknown color: approx Khaki. HEX triplet: F5, E4 and 85. RGB value is (245,228,133). Sum of RGB (Red+Green+Blue) = 245+228+133=606 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.43% from 606); Green value is 228 (89.45% from 255 or 37.62% from 606); Blue value is 133 (52.34% from 255 or 21.95% from 606); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E485 is #0A1B7A. Grayscale: #DEDEDE. Windows color (decimal): -662395 or 8774901. OLE color: 8774901.

HSL color Cylindrical-coordinate representation of color #F5E485: hue angle of 50.89º degrees, saturation: 0.85, 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 #F5E485 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB245228133-
CMYK00.070.460.04
HSL50.89º84.85%74.12%-
HSV(B)50.89º45.71%96.08%-
XYZ69.6376.5933.3-
YUV222.2577.63144.22-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.43%
GREEN value IS 228 (89.45% from 255) = 37.62%
BLUE value IS 133 (52.34% from 255) = 21.95%
R=40.43%
G=37.62%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522813300.070.460.0450.8984.8574.12
HexF5E485072E433554a
Octal3653442050756463125112
Binary111101011110010010000101011110111010011001110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E485; }

 p { color: rgb(245,228,133); }

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

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

 a { background-color: rgb(245,228,133); }

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

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

 span { border-color: rgb(245,228,133); }

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