Html Css Color HEX #F5E986 Khaki

📋 copy color: '#F5E986'

red 245 ◦ green 233 ◦ blue 134

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

Shades of Khaki #F5E986

Tints of Khaki #F5E986

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.07%

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

R = 40.03%
G = 38.07%
B = 21.9%

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

#F5E986 (or 0xF5E986) is known color: Khaki. HEX triplet: F5, E9 and 86. RGB value is (245,233,134). Sum of RGB (Red+Green+Blue) = 245+233+134=612 (81% of max value = 765). Red value is 245 (96.09% from 255 or 40.03% from 612); Green value is 233 (91.41% from 255 or 38.07% from 612); Blue value is 134 (52.73% from 255 or 21.90% from 612); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E986 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5E986 is #0A1679. Grayscale: #E1E1E1. Windows color (decimal): -661114 or 8841717. OLE color: 8841717.

HSL color Cylindrical-coordinate representation of color #F5E986: hue angle of 53.51º 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 #F5E986 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 233 134 -
CMYK 0 0.05 0.45 0.04
HSL 53.51º 0.85% 0.74% -
HSV(B) 53.51º 0.45% 0.96% -
XYZ 71.1 79.41 34.13 -
YUV 225.3 76.48 142.05 -
System Red Green Blue C M Y K H S L
Decimal 245 233 134 0 0.05 0.45 0.04 53.51 0.85 0.74
Hex F5 E9 86 0 5 2D 4 36 55 4A
Octal 365 351 206 0 5 55 4 66 125 112
Binary 11110101 11101001 10000110 0 101 101101 100 110110 1010101 1001010

Color Harmonies of #F5E986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E986

Black with #F5E986

Text Example


Text Example

White with #F5E986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E986; }

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

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

background-color css

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

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

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

border-color css

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

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

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