#F2E989

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

Shades of Khaki #F2E989

Tints of Khaki #F2E989

Color information

#F2E989 (or 0xF2E989) is unknown color: approx Khaki. HEX triplet: F2, E9 and 89. RGB value is (242,233,137). Sum of RGB (Red+Green+Blue) = 242+233+137=612 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.54% from 612); Green value is 233 (91.41% from 255 or 38.07% from 612); Blue value is 137 (53.91% from 255 or 22.39% from 612); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E989 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E989 is #0D1676. Grayscale: #E1E1E1. Windows color (decimal): -857719 or 9038322. OLE color: 9038322.

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

Color convert

RGB242233137-
CMYK00.040.430.05
HSL54.86º80.15%74.31%-
HSV(B)54.86º43.39%94.9%-
XYZ70.2778.9635.2-
YUV224.7578.48140.31-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.54%
GREEN value IS 233 (91.41% from 255) = 38.07%
BLUE value IS 137 (53.91% from 255) = 22.39%
R=39.54%
G=38.07%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223313700.040.430.0554.8680.1574.31
HexF2E989042B537504a
Octal3623512110453567120112
Binary111100101110100110001001010010101110111011110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E989; }

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

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

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

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

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

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

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

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