Html Css Color HEX #F6E885 Khaki

📋 copy color: '#F6E885'

red 246 ◦ green 232 ◦ blue 133

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

Shades of Khaki #F6E885

Tints of Khaki #F6E885

RGB

 RED value IS 246 (96.48% from 255) = 40.26%

 GREEN value IS 232 (91.02% from 255) = 37.97%

 BLUE value IS 133 (52.34% from 255) = 21.77%

R = 40.26%
G = 37.97%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F6E885 (or 0xF6E885) is known color: Khaki. HEX triplet: F6, E8 and 85. RGB value is (246,232,133). Sum of RGB (Red+Green+Blue) = 246+232+133=611 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.26% from 611); Green value is 232 (91.02% from 255 or 37.97% from 611); Blue value is 133 (52.34% from 255 or 21.77% from 611); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E885 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6E885 is #09177A. Grayscale: #E1E1E1. Windows color (decimal): -595835 or 8775926. OLE color: 8775926.

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

Color convert

RGB 246 232 133 -
CMYK 0 0.06 0.46 0.04
HSL 52.57º 0.86% 0.74% -
HSV(B) 52.57º 0.46% 0.96% -
XYZ 71.1 79 33.69 -
YUV 224.9 76.14 143.05 -
System Red Green Blue C M Y K H S L
Decimal 246 232 133 0 0.06 0.46 0.04 52.57 0.86 0.74
Hex F6 E8 85 0 6 2E 4 35 56 4A
Octal 366 350 205 0 6 56 4 65 126 112
Binary 11110110 11101000 10000101 0 110 101110 100 110101 1010110 1001010

Color Harmonies of #F6E885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6E885

Black with #F6E885

Text Example


Text Example

White with #F6E885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6E885; }

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

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

background-color css

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

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

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

border-color css

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

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

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