Html Css Color HEX #FDE785 Khaki

📋 copy color: '#FDE785'

red 253 ◦ green 231 ◦ blue 133

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

Shades of Khaki #FDE785

Tints of Khaki #FDE785

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.44%

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

R = 41%
G = 37.44%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FDE785 (or 0xFDE785) is known color: Khaki. HEX triplet: FD, E7 and 85. RGB value is (253,231,133). Sum of RGB (Red+Green+Blue) = 253+231+133=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 231 (90.62% from 255 or 37.44% from 617); Blue value is 133 (52.34% from 255 or 21.56% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE785 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE785 is #02187A. Grayscale: #E2E2E2. Windows color (decimal): -137339 or 8775677. OLE color: 8775677.

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

Color convert

RGB 253 231 133 -
CMYK 0 0.09 0.47 0.01
HSL 49º 0.97% 0.76% -
HSV(B) 49º 0.47% 0.99% -
XYZ 73.32 79.73 33.72 -
YUV 226.41 75.29 146.97 -
System Red Green Blue C M Y K H S L
Decimal 253 231 133 0 0.09 0.47 0.01 49 0.97 0.76
Hex FD E7 85 0 9 2F 1 31 61 4C
Octal 375 347 205 0 11 57 1 61 141 114
Binary 11111101 11100111 10000101 0 1001 101111 1 110001 1100001 1001100

Color Harmonies of #FDE785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE785

Black with #FDE785

Text Example


Text Example

White with #FDE785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE785; }

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

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

background-color css

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

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

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

border-color css

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

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

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