Html Css Color HEX #F5E886 Khaki

📋 copy color: '#F5E886'

red 245 ◦ green 232 ◦ blue 134

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

Shades of Khaki #F5E886

Tints of Khaki #F5E886

RGB

 RED value IS 245 (96.09% from 255) = 40.1%

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

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

R = 40.1%
G = 37.97%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F5E886 (or 0xF5E886) is known color: Khaki. HEX triplet: F5, E8 and 86. RGB value is (245,232,134). Sum of RGB (Red+Green+Blue) = 245+232+134=611 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.10% from 611); Green value is 232 (91.02% from 255 or 37.97% from 611); Blue value is 134 (52.73% from 255 or 21.93% from 611); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E886 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5E886 is #0A1779. Grayscale: #E1E1E1. Windows color (decimal): -661370 or 8841461. OLE color: 8841461.

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

Color convert

RGB 245 232 134 -
CMYK 0 0.05 0.45 0.04
HSL 52.97º 0.85% 0.74% -
HSV(B) 52.97º 0.45% 0.96% -
XYZ 70.82 78.85 34.04 -
YUV 224.72 76.81 142.47 -
System Red Green Blue C M Y K H S L
Decimal 245 232 134 0 0.05 0.45 0.04 52.97 0.85 0.74
Hex F5 E8 86 0 5 2D 4 35 55 4A
Octal 365 350 206 0 5 55 4 65 125 112
Binary 11110101 11101000 10000110 0 101 101101 100 110101 1010101 1001010

Color Harmonies of #F5E886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E886

Black with #F5E886

Text Example


Text Example

White with #F5E886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E886; }

 p { color: rgb(245,232,134); }

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

background-color css

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

 a { background-color: rgb(245,232,134); }

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

border-color css

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

 span { border-color: rgb(245,232,134); }

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