Html Css Color HEX #FD8C71 Salmon

📋 copy color: '#FD8C71'

red 253 ◦ green 140 ◦ blue 113

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

Shades of Salmon #FD8C71

Tints of Salmon #FD8C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.33%

R = 50%
G = 27.67%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FD8C71 (or 0xFD8C71) is known color: Salmon. HEX triplet: FD, 8C and 71. RGB value is (253,140,113). Sum of RGB (Red+Green+Blue) = 253+140+113=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 113 (44.53% from 255 or 22.33% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8C71 is #02738E. Grayscale: #AAAAAA. Windows color (decimal): -160655 or 7441661. OLE color: 7441661.

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

Color convert

RGB 253 140 113 -
CMYK 0 0.45 0.55 0.01
HSL 11.57º 0.97% 0.72% -
HSV(B) 11.57º 0.55% 0.99% -
XYZ 52.87 40.83 20.72 -
YUV 170.71 95.44 186.7 -
System Red Green Blue C M Y K H S L
Decimal 253 140 113 0 0.45 0.55 0.01 11.57 0.97 0.72
Hex FD 8C 71 0 2D 37 1 C 61 48
Octal 375 214 161 0 55 67 1 14 141 110
Binary 11111101 10001100 1110001 0 101101 110111 1 1100 1100001 1001000

Color Harmonies of #FD8C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8C71

Black with #FD8C71

Text Example


Text Example

White with #FD8C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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