#F8ED87

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

Shades of Khaki #F8ED87

Tints of Khaki #F8ED87

Color information

#F8ED87 (or 0xF8ED87) is unknown color: approx Khaki. HEX triplet: F8, ED and 87. RGB value is (248,237,135). Sum of RGB (Red+Green+Blue) = 248+237+135=620 (82% of max value = 765). Red value is 248 (97.27% from 255 or 40% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 135 (53.12% from 255 or 21.77% from 620); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ED87 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8ED87 is #071278. Grayscale: #E5E5E5. Windows color (decimal): -463481 or 8908280. OLE color: 8908280.

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

Color convert

RGB248237135-
CMYK00.040.460.03
HSL54.16º88.98%75.1%-
HSV(B)54.16º45.56%97.25%-
XYZ73.3782.2734.94-
YUV228.6675.14141.79-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40%
GREEN value IS 237 (92.97% from 255) = 38.23%
BLUE value IS 135 (53.12% from 255) = 21.77%
R=40%
G=38.23%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823713500.040.460.0354.1688.9875.1
HexF8ED87042E336594b
Octal3703552070456366131113
Binary11111000111011011000011101001011101111011010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ED87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ED87; }

 p { color: rgb(248,237,135); }

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

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

 a { background-color: rgb(248,237,135); }

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

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

 span { border-color: rgb(248,237,135); }

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