#F9EE8A

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

Shades of Khaki #F9EE8A

Tints of Khaki #F9EE8A

Color information

#F9EE8A (or 0xF9EE8A) is unknown color: approx Khaki. HEX triplet: F9, EE and 8A. RGB value is (249,238,138). Sum of RGB (Red+Green+Blue) = 249+238+138=625 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.84% from 625); Green value is 238 (93.36% from 255 or 38.08% from 625); Blue value is 138 (54.30% from 255 or 22.08% from 625); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EE8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9EE8A is #061175. Grayscale: #E6E6E6. Windows color (decimal): -397686 or 9105145. OLE color: 9105145.

HSL color Cylindrical-coordinate representation of color #F9EE8A: hue angle of 54.05º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F9EE8A is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB249238138-
CMYK00.040.450.02
HSL54.05º90.24%75.88%-
HSV(B)54.05º44.58%97.65%-
XYZ74.2383.1236.18-
YUV229.8976.14141.63-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.84%
GREEN value IS 238 (93.36% from 255) = 38.08%
BLUE value IS 138 (54.30% from 255) = 22.08%
R=39.84%
G=38.08%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923813800.040.450.0254.0590.2475.88
HexF9EE8A042D2365a4c
Octal3713562120455266132114
Binary11111001111011101000101001001011011011011010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EE8A; }

 p { color: rgb(249,238,138); }

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

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

 a { background-color: rgb(249,238,138); }

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

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

 span { border-color: rgb(249,238,138); }

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