Html Css Color HEX #FD8C76 Salmon

📋 copy color: '#FD8C76'

red 253 ◦ green 140 ◦ blue 118

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

Shades of Salmon #FD8C76

Tints of Salmon #FD8C76

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.4%

 BLUE value IS 118 (46.48% from 255) = 23.09%

R = 49.51%
G = 27.4%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FD8C76 (or 0xFD8C76) is known color: Salmon. HEX triplet: FD, 8C and 76. RGB value is (253,140,118). Sum of RGB (Red+Green+Blue) = 253+140+118=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 118 (46.48% from 255 or 23.09% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8C76 is #027389. Grayscale: #ABABAB. Windows color (decimal): -160650 or 7769341. OLE color: 7769341.

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

Color convert

RGB 253 140 118 -
CMYK 0 0.45 0.53 0.01
HSL 9.78º 0.97% 0.73% -
HSV(B) 9.78º 0.53% 0.99% -
XYZ 53.16 40.95 22.24 -
YUV 171.28 97.94 186.29 -
System Red Green Blue C M Y K H S L
Decimal 253 140 118 0 0.45 0.53 0.01 9.78 0.97 0.73
Hex FD 8C 76 0 2D 35 1 A 61 49
Octal 375 214 166 0 55 65 1 12 141 111
Binary 11111101 10001100 1110110 0 101101 110101 1 1010 1100001 1001001

Color Harmonies of #FD8C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8C76

Black with #FD8C76

Text Example


Text Example

White with #FD8C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8C76; }

 p { color: rgb(253,140,118); }

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

background-color css

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

 a { background-color: rgb(253,140,118); }

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

border-color css

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

 span { border-color: rgb(253,140,118); }

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