Html Css Color HEX #FD847C Salmon

📋 copy color: '#FD847C'

red 253 ◦ green 132 ◦ blue 124

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

Shades of Salmon #FD847C

Tints of Salmon #FD847C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.93%

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

R = 49.71%
G = 25.93%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD847C (or 0xFD847C) is known color: Salmon. HEX triplet: FD, 84 and 7C. RGB value is (253,132,124). Sum of RGB (Red+Green+Blue) = 253+132+124=509 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.71% from 509); Green value is 132 (51.95% from 255 or 25.93% from 509); Blue value is 124 (48.83% from 255 or 24.36% from 509); Max value from RGB is 253 - color contains mainly: red. Hex color #FD847C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD847C is #027B83. Grayscale: #A7A7A7. Windows color (decimal): -162692 or 8160509. OLE color: 8160509.

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

Color convert

RGB 253 132 124 -
CMYK 0 0.48 0.51 0.01
HSL 3.72º 0.97% 0.74% -
HSV(B) 3.72º 0.51% 0.99% -
XYZ 52.4 38.84 23.8 -
YUV 167.27 103.59 189.15 -
System Red Green Blue C M Y K H S L
Decimal 253 132 124 0 0.48 0.51 0.01 3.72 0.97 0.74
Hex FD 84 7C 0 30 33 1 4 61 4A
Octal 375 204 174 0 60 63 1 4 141 112
Binary 11111101 10000100 1111100 0 110000 110011 1 100 1100001 1001010

Color Harmonies of #FD847C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD847C

Black with #FD847C

Text Example


Text Example

White with #FD847C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD847C; }

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

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

background-color css

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

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

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

border-color css

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

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

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