Html Css Color HEX #FDED85 Khaki

📋 copy color: '#FDED85'

red 253 ◦ green 237 ◦ blue 133

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

Shades of Khaki #FDED85

Tints of Khaki #FDED85

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.04%

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

R = 40.61%
G = 38.04%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FDED85 (or 0xFDED85) is known color: Khaki. HEX triplet: FD, ED and 85. RGB value is (253,237,133). Sum of RGB (Red+Green+Blue) = 253+237+133=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 237 (92.97% from 255 or 38.04% from 623); Blue value is 133 (52.34% from 255 or 21.35% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDED85 is #02127A. Grayscale: #E6E6E6. Windows color (decimal): -135803 or 8777213. OLE color: 8777213.

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

Color convert

RGB 253 237 133 -
CMYK 0 0.06 0.47 0.01
HSL 52º 0.97% 0.76% -
HSV(B) 52º 0.47% 0.99% -
XYZ 75.03 83.14 34.28 -
YUV 229.93 73.3 144.46 -
System Red Green Blue C M Y K H S L
Decimal 253 237 133 0 0.06 0.47 0.01 52 0.97 0.76
Hex FD ED 85 0 6 2F 1 34 61 4C
Octal 375 355 205 0 6 57 1 64 141 114
Binary 11111101 11101101 10000101 0 110 101111 1 110100 1100001 1001100

Color Harmonies of #FDED85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDED85

Black with #FDED85

Text Example


Text Example

White with #FDED85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDED85; }

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

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

background-color css

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

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

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

border-color css

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

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

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