#F0E98E

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

Shades of Khaki #F0E98E

Tints of Khaki #F0E98E

Color information

#F0E98E (or 0xF0E98E) is unknown color: approx Khaki. HEX triplet: F0, E9 and 8E. RGB value is (240,233,142). Sum of RGB (Red+Green+Blue) = 240+233+142=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 233 (91.41% from 255 or 37.89% from 615); Blue value is 142 (55.86% from 255 or 23.09% from 615); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E98E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E98E is #0F1671. Grayscale: #E1E1E1. Windows color (decimal): -988786 or 9366000. OLE color: 9366000.

HSL color Cylindrical-coordinate representation of color #F0E98E: hue angle of 55.71º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F0E98E is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB240233142-
CMYK00.030.410.06
HSL55.71º76.56%74.9%-
HSV(B)55.71º40.83%94.12%-
XYZ69.9678.7637.11-
YUV224.7281.32138.9-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.02%
GREEN value IS 233 (91.41% from 255) = 37.89%
BLUE value IS 142 (55.86% from 255) = 23.09%
R=39.02%
G=37.89%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023314200.030.410.0655.7176.5674.9
HexF0E98E03296384d4b
Octal3603512160351670115113
Binary11110000111010011000111001110100111011100010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E98E; }

 p { color: rgb(240,233,142); }

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

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

 a { background-color: rgb(240,233,142); }

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

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

 span { border-color: rgb(240,233,142); }

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