#F6E882

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

Shades of Khaki #F6E882

Tints of Khaki #F6E882

Color information

#F6E882 (or 0xF6E882) is unknown color: approx Khaki. HEX triplet: F6, E8 and 82. RGB value is (246,232,130). Sum of RGB (Red+Green+Blue) = 246+232+130=608 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.46% from 608); Green value is 232 (91.02% from 255 or 38.16% from 608); Blue value is 130 (51.17% from 255 or 21.38% from 608); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E882 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6E882 is #09177D. Grayscale: #E0E0E0. Windows color (decimal): -595838 or 8579318. OLE color: 8579318.

HSL color Cylindrical-coordinate representation of color #F6E882: hue angle of 52.76º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F6E882 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB246232130-
CMYK00.060.470.04
HSL52.76º86.57%73.73%-
HSV(B)52.76º47.15%96.47%-
XYZ70.8978.9232.62-
YUV224.5674.64143.29-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.46%
GREEN value IS 232 (91.02% from 255) = 38.16%
BLUE value IS 130 (51.17% from 255) = 21.38%
R=40.46%
G=38.16%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623213000.060.470.0452.7686.5773.73
HexF6E882062F435574a
Octal3663502020657465127112
Binary111101101110100010000010011010111110011010110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E882; }

 p { color: rgb(246,232,130); }

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

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

 a { background-color: rgb(246,232,130); }

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

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

 span { border-color: rgb(246,232,130); }

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