#F6EA8A

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

Shades of Khaki #F6EA8A

Tints of Khaki #F6EA8A

Color information

#F6EA8A (or 0xF6EA8A) is unknown color: approx Khaki. HEX triplet: F6, EA and 8A. RGB value is (246,234,138). Sum of RGB (Red+Green+Blue) = 246+234+138=618 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.81% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 138 (54.30% from 255 or 22.33% from 618); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EA8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6EA8A is #091575. Grayscale: #E3E3E3. Windows color (decimal): -595318 or 9104118. OLE color: 9104118.

HSL color Cylindrical-coordinate representation of color #F6EA8A: hue angle of 53.33º 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 #F6EA8A is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB246234138-
CMYK00.050.440.04
HSL53.33º85.71%75.29%-
HSV(B)53.33º43.9%96.47%-
XYZ72.0280.2735.74-
YUV226.6477.98141.81-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.81%
GREEN value IS 234 (91.80% from 255) = 37.86%
BLUE value IS 138 (54.30% from 255) = 22.33%
R=39.81%
G=37.86%
B=22.33%

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
Decimal24623413800.050.440.0453.3385.7175.29
HexF6EA8A052C435564b
Octal3663522120554465126113
Binary111101101110101010001010010110110010011010110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EA8A; }

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

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

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

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

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

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

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

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