#F8E88C

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

Shades of Khaki #F8E88C

Tints of Khaki #F8E88C

Color information

#F8E88C (or 0xF8E88C) is unknown color: approx Khaki. HEX triplet: F8, E8 and 8C. RGB value is (248,232,140). Sum of RGB (Red+Green+Blue) = 248+232+140=620 (82% of max value = 765). Red value is 248 (97.27% from 255 or 40% from 620); Green value is 232 (91.02% from 255 or 37.42% from 620); Blue value is 140 (55.08% from 255 or 22.58% from 620); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E88C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8E88C is #071773. Grayscale: #E2E2E2. Windows color (decimal): -464756 or 9234680. OLE color: 9234680.

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

Color convert

RGB248232140-
CMYK00.060.440.03
HSL51.11º88.52%76.08%-
HSV(B)51.11º43.55%97.25%-
XYZ72.379.5636.36-
YUV226.379.3143.48-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40%
GREEN value IS 232 (91.02% from 255) = 37.42%
BLUE value IS 140 (55.08% from 255) = 22.58%
R=40%
G=37.42%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823214000.060.440.0351.1188.5276.08
HexF8E88C062C333594c
Octal3703502140654363131114
Binary11111000111010001000110001101011001111001110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E88C; }

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

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

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

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

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

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

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

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