Html Css Color HEX #FDA385 Light Salmon

📋 copy color: '#FDA385'

red 253 ◦ green 163 ◦ blue 133

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

Shades of Light Salmon #FDA385

Tints of Light Salmon #FDA385

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.69%

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

R = 46.08%
G = 29.69%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FDA385 (or 0xFDA385) is known color: Light Salmon. HEX triplet: FD, A3 and 85. RGB value is (253,163,133). Sum of RGB (Red+Green+Blue) = 253+163+133=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 163 (64.06% from 255 or 29.69% from 549); Blue value is 133 (52.34% from 255 or 24.23% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA385 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA385 is #025C7A. Grayscale: #BABABA. Windows color (decimal): -154747 or 8758269. OLE color: 8758269.

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

Color convert

RGB 253 163 133 -
CMYK 0 0.36 0.47 0.01
HSL 15º 0.97% 0.76% -
HSV(B) 15º 0.47% 0.99% -
XYZ 57.84 48.77 28.56 -
YUV 186.49 97.82 175.44 -
System Red Green Blue C M Y K H S L
Decimal 253 163 133 0 0.36 0.47 0.01 15 0.97 0.76
Hex FD A3 85 0 24 2F 1 F 61 4C
Octal 375 243 205 0 44 57 1 17 141 114
Binary 11111101 10100011 10000101 0 100100 101111 1 1111 1100001 1001100

Color Harmonies of #FDA385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA385

Black with #FDA385

Text Example


Text Example

White with #FDA385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA385; }

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

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

background-color css

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

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

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

border-color css

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

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

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