Html Css Color HEX #FDE986 Khaki

📋 copy color: '#FDE986'

red 253 ◦ green 233 ◦ blue 134

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

Shades of Khaki #FDE986

Tints of Khaki #FDE986

RGB

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

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

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

R = 40.81%
G = 37.58%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FDE986 (or 0xFDE986) is known color: Khaki. HEX triplet: FD, E9 and 86. RGB value is (253,233,134). Sum of RGB (Red+Green+Blue) = 253+233+134=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 233 (91.41% from 255 or 37.58% from 620); Blue value is 134 (52.73% from 255 or 21.61% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE986 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE986 is #021679. Grayscale: #E4E4E4. Windows color (decimal): -136826 or 8841725. OLE color: 8841725.

HSL color Cylindrical-coordinate representation of color #FDE986: hue angle of 49.92º 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 #FDE986 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 233 134 -
CMYK 0 0.08 0.47 0.01
HSL 49.92º 0.97% 0.76% -
HSV(B) 49.92º 0.47% 0.99% -
XYZ 73.95 80.88 34.27 -
YUV 227.69 75.13 146.05 -
System Red Green Blue C M Y K H S L
Decimal 253 233 134 0 0.08 0.47 0.01 49.92 0.97 0.76
Hex FD E9 86 0 8 2F 1 32 61 4C
Octal 375 351 206 0 10 57 1 62 141 114
Binary 11111101 11101001 10000110 0 1000 101111 1 110010 1100001 1001100

Color Harmonies of #FDE986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE986

Black with #FDE986

Text Example


Text Example

White with #FDE986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE986; }

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

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

background-color css

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

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

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

border-color css

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

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

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