Html Css Color HEX #FDE988 Khaki

📋 copy color: '#FDE988'

red 253 ◦ green 233 ◦ blue 136

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

Shades of Khaki #FDE988

Tints of Khaki #FDE988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 21.86%

R = 40.68%
G = 37.46%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FDE988 (or 0xFDE988) is known color: Khaki. HEX triplet: FD, E9 and 88. RGB value is (253,233,136). Sum of RGB (Red+Green+Blue) = 253+233+136=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 233 (91.41% from 255 or 37.46% from 622); Blue value is 136 (53.52% from 255 or 21.86% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE988 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE988 is #021677. Grayscale: #E4E4E4. Windows color (decimal): -136824 or 8972797. OLE color: 8972797.

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

Color convert

RGB 253 233 136 -
CMYK 0 0.08 0.46 0.01
HSL 49.74º 0.97% 0.76% -
HSV(B) 49.74º 0.46% 0.99% -
XYZ 74.09 80.94 35.01 -
YUV 227.92 76.13 145.89 -
System Red Green Blue C M Y K H S L
Decimal 253 233 136 0 0.08 0.46 0.01 49.74 0.97 0.76
Hex FD E9 88 0 8 2E 1 32 61 4C
Octal 375 351 210 0 10 56 1 62 141 114
Binary 11111101 11101001 10001000 0 1000 101110 1 110010 1100001 1001100

Color Harmonies of #FDE988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE988

Black with #FDE988

Text Example


Text Example

White with #FDE988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE988; }

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

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

background-color css

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

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

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

border-color css

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

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

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