Html Css Color HEX #FDE885 Khaki

📋 copy color: '#FDE885'

red 253 ◦ green 232 ◦ blue 133

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

Shades of Khaki #FDE885

Tints of Khaki #FDE885

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.54%

 BLUE value IS 133 (52.34% from 255) = 21.52%

R = 40.94%
G = 37.54%
B = 21.52%

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

#FDE885 (or 0xFDE885) is known color: Khaki. HEX triplet: FD, E8 and 85. RGB value is (253,232,133). Sum of RGB (Red+Green+Blue) = 253+232+133=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 232 (91.02% from 255 or 37.54% from 618); Blue value is 133 (52.34% from 255 or 21.52% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE885 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE885 is #02177A. Grayscale: #E3E3E3. Windows color (decimal): -137083 or 8775933. OLE color: 8775933.

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

Color convert

RGB 253 232 133 -
CMYK 0 0.08 0.47 0.01
HSL 49.5º 0.97% 0.76% -
HSV(B) 49.5º 0.47% 0.99% -
XYZ 73.6 80.29 33.81 -
YUV 226.99 74.96 146.55 -
System Red Green Blue C M Y K H S L
Decimal 253 232 133 0 0.08 0.47 0.01 49.5 0.97 0.76
Hex FD E8 85 0 8 2F 1 32 61 4C
Octal 375 350 205 0 10 57 1 62 141 114
Binary 11111101 11101000 10000101 0 1000 101111 1 110010 1100001 1001100

Color Harmonies of #FDE885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE885

Black with #FDE885

Text Example


Text Example

White with #FDE885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE885; }

 p { color: rgb(253,232,133); }

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

background-color css

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

 a { background-color: rgb(253,232,133); }

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

border-color css

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

 span { border-color: rgb(253,232,133); }

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