Html Css Color HEX #F9EE86 Khaki

📋 copy color: '#F9EE86'

red 249 ◦ green 238 ◦ blue 134

#F9EE86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Khaki #F9EE86

Tints of Khaki #F9EE86

RGB

 RED value IS 249 (97.66% from 255) = 40.1%

 GREEN value IS 238 (93.36% from 255) = 38.33%

 BLUE value IS 134 (52.73% from 255) = 21.58%

R = 40.1%
G = 38.33%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#F9EE86 (or 0xF9EE86) is known color: Khaki. HEX triplet: F9, EE and 86. RGB value is (249,238,134). Sum of RGB (Red+Green+Blue) = 249+238+134=621 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.10% from 621); Green value is 238 (93.36% from 255 or 38.33% from 621); Blue value is 134 (52.73% from 255 or 21.58% from 621); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EE86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9EE86 is #061179. Grayscale: #E5E5E5. Windows color (decimal): -397690 or 8843001. OLE color: 8843001.

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

Color convert

RGB 249 238 134 -
CMYK 0 0.04 0.46 0.02
HSL 54.26º 0.91% 0.75% -
HSV(B) 54.26º 0.46% 0.98% -
XYZ 73.94 83.01 34.68 -
YUV 229.43 74.14 141.96 -
System Red Green Blue C M Y K H S L
Decimal 249 238 134 0 0.04 0.46 0.02 54.26 0.91 0.75
Hex F9 EE 86 0 4 2E 2 36 5B 4B
Octal 371 356 206 0 4 56 2 66 133 113
Binary 11111001 11101110 10000110 0 100 101110 10 110110 1011011 1001011

Color Harmonies of #F9EE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9EE86

Black with #F9EE86

Text Example


Text Example

White with #F9EE86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9EE86; }

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

 H1.HeaderClassName
 {
   color: #F9EE86;
 }
 .AnyTagClassName
 {
   color: #F9EE86;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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