#F2E984

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

Shades of Khaki #F2E984

Tints of Khaki #F2E984

Color information

#F2E984 (or 0xF2E984) is unknown color: approx Khaki. HEX triplet: F2, E9 and 84. RGB value is (242,233,132). Sum of RGB (Red+Green+Blue) = 242+233+132=607 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.87% from 607); Green value is 233 (91.41% from 255 or 38.39% from 607); Blue value is 132 (51.95% from 255 or 21.75% from 607); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E984 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E984 is #0D167B. Grayscale: #E0E0E0. Windows color (decimal): -857724 or 8710642. OLE color: 8710642.

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

Color convert

RGB242233132-
CMYK00.040.450.05
HSL55.09º80.88%73.33%-
HSV(B)55.09º45.45%94.9%-
XYZ69.9278.8233.36-
YUV224.1875.98140.71-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.87%
GREEN value IS 233 (91.41% from 255) = 38.39%
BLUE value IS 132 (51.95% from 255) = 21.75%
R=39.87%
G=38.39%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223313200.040.450.0555.0980.8873.33
HexF2E984042D5375149
Octal3623512040455567121111
Binary111100101110100110000100010010110110111011110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E984; }

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

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

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

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

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

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

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

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