Html Css Color HEX #FDEB86 Khaki

📋 copy color: '#FDEB86'

red 253 ◦ green 235 ◦ blue 134

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

Shades of Khaki #FDEB86

Tints of Khaki #FDEB86

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.78%

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

R = 40.68%
G = 37.78%
B = 21.54%

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

#FDEB86 (or 0xFDEB86) is known color: Khaki. HEX triplet: FD, EB and 86. RGB value is (253,235,134). Sum of RGB (Red+Green+Blue) = 253+235+134=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 235 (92.19% from 255 or 37.78% from 622); Blue value is 134 (52.73% from 255 or 21.54% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEB86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEB86 is #021479. Grayscale: #E5E5E5. Windows color (decimal): -136314 or 8842237. OLE color: 8842237.

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

Color convert

RGB 253 235 134 -
CMYK 0 0.07 0.47 0.01
HSL 50.92º 0.97% 0.76% -
HSV(B) 50.92º 0.47% 0.99% -
XYZ 74.52 82.02 34.46 -
YUV 228.87 74.46 145.21 -
System Red Green Blue C M Y K H S L
Decimal 253 235 134 0 0.07 0.47 0.01 50.92 0.97 0.76
Hex FD EB 86 0 7 2F 1 33 61 4C
Octal 375 353 206 0 7 57 1 63 141 114
Binary 11111101 11101011 10000110 0 111 101111 1 110011 1100001 1001100

Color Harmonies of #FDEB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEB86

Black with #FDEB86

Text Example


Text Example

White with #FDEB86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEB86; }

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

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

background-color css

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

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

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

border-color css

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

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

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