Html Css Color HEX #FDE984 Khaki

📋 copy color: '#FDE984'

red 253 ◦ green 233 ◦ blue 132

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

Shades of Khaki #FDE984

Tints of Khaki #FDE984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 21.36%

R = 40.94%
G = 37.7%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FDE984 (or 0xFDE984) is known color: Khaki. HEX triplet: FD, E9 and 84. RGB value is (253,233,132). Sum of RGB (Red+Green+Blue) = 253+233+132=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 233 (91.41% from 255 or 37.70% from 618); Blue value is 132 (51.95% from 255 or 21.36% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE984 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE984 is #02167B. Grayscale: #E3E3E3. Windows color (decimal): -136828 or 8710653. OLE color: 8710653.

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

Color convert

RGB 253 233 132 -
CMYK 0 0.08 0.48 0.01
HSL 50.08º 0.97% 0.75% -
HSV(B) 50.08º 0.48% 0.99% -
XYZ 73.81 80.83 33.54 -
YUV 227.47 74.13 146.21 -
System Red Green Blue C M Y K H S L
Decimal 253 233 132 0 0.08 0.48 0.01 50.08 0.97 0.75
Hex FD E9 84 0 8 30 1 32 61 4B
Octal 375 351 204 0 10 60 1 62 141 113
Binary 11111101 11101001 10000100 0 1000 110000 1 110010 1100001 1001011

Color Harmonies of #FDE984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE984

Black with #FDE984

Text Example


Text Example

White with #FDE984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE984; }

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

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

background-color css

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

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

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

border-color css

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

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

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