Html Css Color HEX #FDEA86 Khaki

📋 copy color: '#FDEA86'

red 253 ◦ green 234 ◦ blue 134

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

Shades of Khaki #FDEA86

Tints of Khaki #FDEA86

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.68%

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

R = 40.74%
G = 37.68%
B = 21.58%

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

#FDEA86 (or 0xFDEA86) is known color: Khaki. HEX triplet: FD, EA and 86. RGB value is (253,234,134). Sum of RGB (Red+Green+Blue) = 253+234+134=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 234 (91.80% from 255 or 37.68% from 621); Blue value is 134 (52.73% from 255 or 21.58% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEA86 is #021579. Grayscale: #E4E4E4. Windows color (decimal): -136570 or 8841981. OLE color: 8841981.

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

Color convert

RGB 253 234 134 -
CMYK 0 0.08 0.47 0.01
HSL 50.42º 0.97% 0.76% -
HSV(B) 50.42º 0.47% 0.99% -
XYZ 74.23 81.45 34.36 -
YUV 228.28 74.79 145.63 -
System Red Green Blue C M Y K H S L
Decimal 253 234 134 0 0.08 0.47 0.01 50.42 0.97 0.76
Hex FD EA 86 0 8 2F 1 32 61 4C
Octal 375 352 206 0 10 57 1 62 141 114
Binary 11111101 11101010 10000110 0 1000 101111 1 110010 1100001 1001100

Color Harmonies of #FDEA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEA86

Black with #FDEA86

Text Example


Text Example

White with #FDEA86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEA86; }

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

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

background-color css

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

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

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

border-color css

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

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

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