#F2E592

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

Shades of Khaki #F2E592

Tints of Khaki #F2E592

Color information

#F2E592 (or 0xF2E592) is unknown color: approx Khaki. HEX triplet: F2, E5 and 92. RGB value is (242,229,146). Sum of RGB (Red+Green+Blue) = 242+229+146=617 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.22% from 617); Green value is 229 (89.84% from 255 or 37.12% from 617); Blue value is 146 (57.42% from 255 or 23.66% from 617); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E592 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E592 is #0D1A6D. Grayscale: #DFDFDF. Windows color (decimal): -858734 or 9627122. OLE color: 9627122.

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

Color convert

RGB242229146-
CMYK00.050.400.05
HSL51.88º78.69%76.08%-
HSV(B)51.88º39.67%94.9%-
XYZ69.8376.9938.37-
YUV223.4284.31141.25-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.22%
GREEN value IS 229 (89.84% from 255) = 37.12%
BLUE value IS 146 (57.42% from 255) = 23.66%
R=39.22%
G=37.12%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222914600.050.400.0551.8878.6976.08
HexF2E59205285344f4c
Octal3623452220550564117114
Binary111100101110010110010010010110100010111010010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E592; }

 p { color: rgb(242,229,146); }

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

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

 a { background-color: rgb(242,229,146); }

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

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

 span { border-color: rgb(242,229,146); }

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