#F6E98A

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

Shades of Khaki #F6E98A

Tints of Khaki #F6E98A

Color information

#F6E98A (or 0xF6E98A) is unknown color: approx Khaki. HEX triplet: F6, E9 and 8A. RGB value is (246,233,138). Sum of RGB (Red+Green+Blue) = 246+233+138=617 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.87% from 617); Green value is 233 (91.41% from 255 or 37.76% from 617); Blue value is 138 (54.30% from 255 or 22.37% from 617); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E98A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6E98A is #091675. Grayscale: #E2E2E2. Windows color (decimal): -595574 or 9103862. OLE color: 9103862.

HSL color Cylindrical-coordinate representation of color #F6E98A: hue angle of 52.78º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F6E98A is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB246233138-
CMYK00.050.440.04
HSL52.78º85.71%75.29%-
HSV(B)52.78º43.9%96.47%-
XYZ71.7379.7135.65-
YUV226.0678.31142.22-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.87%
GREEN value IS 233 (91.41% from 255) = 37.76%
BLUE value IS 138 (54.30% from 255) = 22.37%
R=39.87%
G=37.76%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623313800.050.440.0452.7885.7175.29
HexF6E98A052C435564b
Octal3663512120554465126113
Binary111101101110100110001010010110110010011010110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E98A; }

 p { color: rgb(246,233,138); }

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

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

 a { background-color: rgb(246,233,138); }

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

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

 span { border-color: rgb(246,233,138); }

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