#F2E78A

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

Shades of Khaki #F2E78A

Tints of Khaki #F2E78A

Color information

#F2E78A (or 0xF2E78A) is unknown color: approx Khaki. HEX triplet: F2, E7 and 8A. RGB value is (242,231,138). Sum of RGB (Red+Green+Blue) = 242+231+138=611 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.61% from 611); Green value is 231 (90.62% from 255 or 37.81% from 611); Blue value is 138 (54.30% from 255 or 22.59% from 611); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E78A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E78A is #0D1875. Grayscale: #E0E0E0. Windows color (decimal): -858230 or 9103346. OLE color: 9103346.

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

Color convert

RGB242231138-
CMYK00.050.430.05
HSL53.65º80%74.51%-
HSV(B)53.65º42.98%94.9%-
XYZ69.7877.8635.4-
YUV223.6979.64141.06-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.61%
GREEN value IS 231 (90.62% from 255) = 37.81%
BLUE value IS 138 (54.30% from 255) = 22.59%
R=39.61%
G=37.81%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223113800.050.430.0553.658074.51
HexF2E78A052B536504b
Octal3623472120553566120113
Binary111100101110011110001010010110101110111011010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E78A; }

 p { color: rgb(242,231,138); }

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

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

 a { background-color: rgb(242,231,138); }

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

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

 span { border-color: rgb(242,231,138); }

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