#F8E585

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

Shades of Khaki #F8E585

Tints of Khaki #F8E585

Color information

#F8E585 (or 0xF8E585) is unknown color: approx Khaki. HEX triplet: F8, E5 and 85. RGB value is (248,229,133). Sum of RGB (Red+Green+Blue) = 248+229+133=610 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.66% from 610); Green value is 229 (89.84% from 255 or 37.54% from 610); Blue value is 133 (52.34% from 255 or 21.80% from 610); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E585 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8E585 is #071A7A. Grayscale: #E0E0E0. Windows color (decimal): -465531 or 8775160. OLE color: 8775160.

HSL color Cylindrical-coordinate representation of color #F8E585: hue angle of 50.09º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F8E585 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB248229133-
CMYK00.080.460.03
HSL50.09º89.15%74.71%-
HSV(B)50.09º46.37%97.25%-
XYZ70.9677.6933.45-
YUV223.7476.79145.31-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.66%
GREEN value IS 229 (89.84% from 255) = 37.54%
BLUE value IS 133 (52.34% from 255) = 21.80%
R=40.66%
G=37.54%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822913300.080.460.0350.0989.1574.71
HexF8E585082E332594b
Octal37034520501056362131113
Binary111110001110010110000101010001011101111001010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E585; }

 p { color: rgb(248,229,133); }

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

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

 a { background-color: rgb(248,229,133); }

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

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

 span { border-color: rgb(248,229,133); }

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