#F2E68E

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

Shades of Khaki #F2E68E

Tints of Khaki #F2E68E

Color information

#F2E68E (or 0xF2E68E) is unknown color: approx Khaki. HEX triplet: F2, E6 and 8E. RGB value is (242,230,142). Sum of RGB (Red+Green+Blue) = 242+230+142=614 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.41% from 614); Green value is 230 (90.23% from 255 or 37.46% from 614); Blue value is 142 (55.86% from 255 or 23.13% from 614); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E68E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E68E is #0D1971. Grayscale: #DFDFDF. Windows color (decimal): -858482 or 9365234. OLE color: 9365234.

HSL color Cylindrical-coordinate representation of color #F2E68E: hue angle of 52.8º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F2E68E is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB242230142-
CMYK00.050.410.05
HSL52.8º79.37%75.29%-
HSV(B)52.8º41.32%94.9%-
XYZ69.877.4236.86-
YUV223.5681.98141.16-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.41%
GREEN value IS 230 (90.23% from 255) = 37.46%
BLUE value IS 142 (55.86% from 255) = 23.13%
R=39.41%
G=37.46%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223014200.050.410.0552.879.3775.29
HexF2E68E05295354f4b
Octal3623462160551565117113
Binary111100101110011010001110010110100110111010110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E68E; }

 p { color: rgb(242,230,142); }

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

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

 a { background-color: rgb(242,230,142); }

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

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

 span { border-color: rgb(242,230,142); }

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