#F8ED8C

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

Shades of Khaki #F8ED8C

Tints of Khaki #F8ED8C

Color information

#F8ED8C (or 0xF8ED8C) is unknown color: approx Khaki. HEX triplet: F8, ED and 8C. RGB value is (248,237,140). Sum of RGB (Red+Green+Blue) = 248+237+140=625 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.68% from 625); Green value is 237 (92.97% from 255 or 37.92% from 625); Blue value is 140 (55.08% from 255 or 22.4% from 625); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ED8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8ED8C is #071273. Grayscale: #E5E5E5. Windows color (decimal): -463476 or 9235960. OLE color: 9235960.

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

Color convert

RGB248237140-
CMYK00.040.440.03
HSL53.89º88.52%76.08%-
HSV(B)53.89º43.55%97.25%-
XYZ73.7382.4236.83-
YUV229.2377.64141.39-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.68%
GREEN value IS 237 (92.97% from 255) = 37.92%
BLUE value IS 140 (55.08% from 255) = 22.4%
R=39.68%
G=37.92%
B=22.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823714000.040.440.0353.8988.5276.08
HexF8ED8C042C336594c
Octal3703552140454366131114
Binary11111000111011011000110001001011001111011010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ED8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ED8C; }

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

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

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

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

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

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

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

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