#F5E983

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

Shades of Khaki #F5E983

Tints of Khaki #F5E983

Color information

#F5E983 (or 0xF5E983) is unknown color: approx Khaki. HEX triplet: F5, E9 and 83. RGB value is (245,233,131). Sum of RGB (Red+Green+Blue) = 245+233+131=609 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.23% from 609); Green value is 233 (91.41% from 255 or 38.26% from 609); Blue value is 131 (51.56% from 255 or 21.51% from 609); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E983 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5E983 is #0A167C. Grayscale: #E1E1E1. Windows color (decimal): -661117 or 8645109. OLE color: 8645109.

HSL color Cylindrical-coordinate representation of color #F5E983: hue angle of 53.68º 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 #F5E983 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB245233131-
CMYK00.050.470.04
HSL53.68º85.07%73.73%-
HSV(B)53.68º46.53%96.08%-
XYZ70.8979.3333.05-
YUV224.9674.98142.29-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.23%
GREEN value IS 233 (91.41% from 255) = 38.26%
BLUE value IS 131 (51.56% from 255) = 21.51%
R=40.23%
G=38.26%
B=21.51%

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
Decimal24523313100.050.470.0453.6885.0773.73
HexF5E983052F436554a
Octal3653512030557466125112
Binary111101011110100110000011010110111110011011010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E983; }

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

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

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

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

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

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

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

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