#F8EA82

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

Shades of Khaki #F8EA82

Tints of Khaki #F8EA82

Color information

#F8EA82 (or 0xF8EA82) is unknown color: approx Khaki. HEX triplet: F8, EA and 82. RGB value is (248,234,130). Sum of RGB (Red+Green+Blue) = 248+234+130=612 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.52% from 612); Green value is 234 (91.80% from 255 or 38.24% from 612); Blue value is 130 (51.17% from 255 or 21.24% from 612); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EA82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8EA82 is #07157D. Grayscale: #E2E2E2. Windows color (decimal): -464254 or 8579832. OLE color: 8579832.

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

Color convert

RGB248234130-
CMYK00.060.480.03
HSL52.88º89.39%74.12%-
HSV(B)52.88º47.58%97.25%-
XYZ72.1680.4132.84-
YUV226.3373.64143.46-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.52%
GREEN value IS 234 (91.80% from 255) = 38.24%
BLUE value IS 130 (51.17% from 255) = 21.24%
R=40.52%
G=38.24%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823413000.060.480.0352.8889.3974.12
HexF8EA820630335594a
Octal3703522020660365131112
Binary11111000111010101000001001101100001111010110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EA82; }

 p { color: rgb(248,234,130); }

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

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

 a { background-color: rgb(248,234,130); }

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

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

 span { border-color: rgb(248,234,130); }

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