#F8E88A

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

Shades of Khaki #F8E88A

Tints of Khaki #F8E88A

Color information

#F8E88A (or 0xF8E88A) is unknown color: approx Khaki. HEX triplet: F8, E8 and 8A. RGB value is (248,232,138). Sum of RGB (Red+Green+Blue) = 248+232+138=618 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.13% from 618); Green value is 232 (91.02% from 255 or 37.54% from 618); Blue value is 138 (54.30% from 255 or 22.33% from 618); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E88A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8E88A is #071775. Grayscale: #E2E2E2. Windows color (decimal): -464758 or 9103608. OLE color: 9103608.

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

Color convert

RGB248232138-
CMYK00.060.440.03
HSL51.27º88.71%75.69%-
HSV(B)51.27º44.35%97.25%-
XYZ72.1679.535.59-
YUV226.0778.3143.64-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.13%
GREEN value IS 232 (91.02% from 255) = 37.54%
BLUE value IS 138 (54.30% from 255) = 22.33%
R=40.13%
G=37.54%
B=22.33%

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
Decimal24823213800.060.440.0351.2788.7175.69
HexF8E88A062C333594c
Octal3703502120654363131114
Binary11111000111010001000101001101011001111001110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E88A; }

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

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

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

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

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

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

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

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