#F2E987

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

Shades of Khaki #F2E987

Tints of Khaki #F2E987

Color information

#F2E987 (or 0xF2E987) is unknown color: approx Khaki. HEX triplet: F2, E9 and 87. RGB value is (242,233,135). Sum of RGB (Red+Green+Blue) = 242+233+135=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 233 (91.41% from 255 or 38.20% from 610); Blue value is 135 (53.12% from 255 or 22.13% from 610); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E987 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E987 is #0D1678. Grayscale: #E0E0E0. Windows color (decimal): -857721 or 8907250. OLE color: 8907250.

HSL color Cylindrical-coordinate representation of color #F2E987: hue angle of 54.95º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F2E987 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB242233135-
CMYK00.040.440.05
HSL54.95º80.45%73.92%-
HSV(B)54.95º44.21%94.9%-
XYZ70.1378.934.46-
YUV224.5277.48140.47-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.67%
GREEN value IS 233 (91.41% from 255) = 38.20%
BLUE value IS 135 (53.12% from 255) = 22.13%
R=39.67%
G=38.20%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223313500.040.440.0554.9580.4573.92
HexF2E987042C537504a
Octal3623512070454567120112
Binary111100101110100110000111010010110010111011110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E987; }

 p { color: rgb(242,233,135); }

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

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

 a { background-color: rgb(242,233,135); }

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

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

 span { border-color: rgb(242,233,135); }

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