#F5E883

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

Shades of Khaki #F5E883

Tints of Khaki #F5E883

Color information

#F5E883 (or 0xF5E883) is unknown color: approx Khaki. HEX triplet: F5, E8 and 83. RGB value is (245,232,131). Sum of RGB (Red+Green+Blue) = 245+232+131=608 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.30% from 608); Green value is 232 (91.02% from 255 or 38.16% from 608); Blue value is 131 (51.56% from 255 or 21.55% from 608); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E883 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5E883 is #0A177C. Grayscale: #E0E0E0. Windows color (decimal): -661373 or 8644853. OLE color: 8644853.

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

Color convert

RGB245232131-
CMYK00.050.470.04
HSL53.16º85.07%73.73%-
HSV(B)53.16º46.53%96.08%-
XYZ70.6178.7632.95-
YUV224.3775.31142.71-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.30%
GREEN value IS 232 (91.02% from 255) = 38.16%
BLUE value IS 131 (51.56% from 255) = 21.55%
R=40.30%
G=38.16%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523213100.050.470.0453.1685.0773.73
HexF5E883052F435554a
Octal3653502030557465125112
Binary111101011110100010000011010110111110011010110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E883; }

 p { color: rgb(245,232,131); }

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

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

 a { background-color: rgb(245,232,131); }

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

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

 span { border-color: rgb(245,232,131); }

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