Html Css Color HEX #FDE686 Khaki

📋 copy color: '#FDE686'

red 253 ◦ green 230 ◦ blue 134

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

Shades of Khaki #FDE686

Tints of Khaki #FDE686

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.28%

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

R = 41%
G = 37.28%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FDE686 (or 0xFDE686) is known color: Khaki. HEX triplet: FD, E6 and 86. RGB value is (253,230,134). Sum of RGB (Red+Green+Blue) = 253+230+134=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 230 (90.23% from 255 or 37.28% from 617); Blue value is 134 (52.73% from 255 or 21.72% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE686 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE686 is #021979. Grayscale: #E2E2E2. Windows color (decimal): -137594 or 8840957. OLE color: 8840957.

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

Color convert

RGB 253 230 134 -
CMYK 0 0.09 0.47 0.01
HSL 48.4º 0.97% 0.76% -
HSV(B) 48.4º 0.47% 0.99% -
XYZ 73.11 79.2 33.99 -
YUV 225.93 76.12 147.31 -
System Red Green Blue C M Y K H S L
Decimal 253 230 134 0 0.09 0.47 0.01 48.4 0.97 0.76
Hex FD E6 86 0 9 2F 1 30 61 4C
Octal 375 346 206 0 11 57 1 60 141 114
Binary 11111101 11100110 10000110 0 1001 101111 1 110000 1100001 1001100

Color Harmonies of #FDE686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE686

Black with #FDE686

Text Example


Text Example

White with #FDE686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE686; }

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

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

background-color css

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

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

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

border-color css

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

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

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