#F8EA8B

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

Shades of Khaki #F8EA8B

Tints of Khaki #F8EA8B

Color information

#F8EA8B (or 0xF8EA8B) is unknown color: approx Khaki. HEX triplet: F8, EA and 8B. RGB value is (248,234,139). Sum of RGB (Red+Green+Blue) = 248+234+139=621 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.94% from 621); Green value is 234 (91.80% from 255 or 37.68% from 621); Blue value is 139 (54.69% from 255 or 22.38% from 621); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EA8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8EA8B is #071574. Grayscale: #E3E3E3. Windows color (decimal): -464245 or 9169656. OLE color: 9169656.

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

Color convert

RGB248234139-
CMYK00.060.440.03
HSL52.29º88.62%75.88%-
HSV(B)52.29º43.95%97.25%-
XYZ72.7980.6736.16-
YUV227.3678.14142.72-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.94%
GREEN value IS 234 (91.80% from 255) = 37.68%
BLUE value IS 139 (54.69% from 255) = 22.38%
R=39.94%
G=37.68%
B=22.38%

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
Decimal24823413900.060.440.0352.2988.6275.88
HexF8EA8B062C334594c
Octal3703522130654364131114
Binary11111000111010101000101101101011001111010010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EA8B; }

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

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

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

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

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

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

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

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