Html Css Color HEX #FD857C Salmon

📋 copy color: '#FD857C'

red 253 ◦ green 133 ◦ blue 124

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

Shades of Salmon #FD857C

Tints of Salmon #FD857C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.08%

 BLUE value IS 124 (48.83% from 255) = 24.31%

R = 49.61%
G = 26.08%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD857C (or 0xFD857C) is known color: Salmon. HEX triplet: FD, 85 and 7C. RGB value is (253,133,124). Sum of RGB (Red+Green+Blue) = 253+133+124=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 124 (48.83% from 255 or 24.31% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FD857C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD857C is #027A83. Grayscale: #A8A8A8. Windows color (decimal): -162436 or 8160765. OLE color: 8160765.

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

Color convert

RGB 253 133 124 -
CMYK 0 0.47 0.51 0.01
HSL 4.19º 0.97% 0.74% -
HSV(B) 4.19º 0.51% 0.99% -
XYZ 52.53 39.11 23.85 -
YUV 167.85 103.26 188.73 -
System Red Green Blue C M Y K H S L
Decimal 253 133 124 0 0.47 0.51 0.01 4.19 0.97 0.74
Hex FD 85 7C 0 2F 33 1 4 61 4A
Octal 375 205 174 0 57 63 1 4 141 112
Binary 11111101 10000101 1111100 0 101111 110011 1 100 1100001 1001010

Color Harmonies of #FD857C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD857C

Black with #FD857C

Text Example


Text Example

White with #FD857C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD857C; }

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

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

background-color css

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

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

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

border-color css

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

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

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