Html Css Color HEX #FDEC86 Khaki

📋 copy color: '#FDEC86'

red 253 ◦ green 236 ◦ blue 134

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

Shades of Khaki #FDEC86

Tints of Khaki #FDEC86

RGB

 RED value IS 253 (99.22% from 255) = 40.61%

 GREEN value IS 236 (92.58% from 255) = 37.88%

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

R = 40.61%
G = 37.88%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FDEC86 (or 0xFDEC86) is known color: Khaki. HEX triplet: FD, EC and 86. RGB value is (253,236,134). Sum of RGB (Red+Green+Blue) = 253+236+134=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 236 (92.58% from 255 or 37.88% from 623); Blue value is 134 (52.73% from 255 or 21.51% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEC86 is #021379. Grayscale: #E5E5E5. Windows color (decimal): -136058 or 8842493. OLE color: 8842493.

HSL color Cylindrical-coordinate representation of color #FDEC86: hue angle of 51.43º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FDEC86 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 236 134 -
CMYK 0 0.07 0.47 0.01
HSL 51.43º 0.97% 0.76% -
HSV(B) 51.43º 0.47% 0.99% -
XYZ 74.81 82.59 34.55 -
YUV 229.46 74.13 144.79 -
System Red Green Blue C M Y K H S L
Decimal 253 236 134 0 0.07 0.47 0.01 51.43 0.97 0.76
Hex FD EC 86 0 7 2F 1 33 61 4C
Octal 375 354 206 0 7 57 1 63 141 114
Binary 11111101 11101100 10000110 0 111 101111 1 110011 1100001 1001100

Color Harmonies of #FDEC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEC86

Black with #FDEC86

Text Example


Text Example

White with #FDEC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEC86; }

 p { color: rgb(253,236,134); }

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

background-color css

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

 a { background-color: rgb(253,236,134); }

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

border-color css

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

 span { border-color: rgb(253,236,134); }

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