Html Css Color HEX #FF8C71 Salmon

📋 copy color: '#FF8C71'

red 255 ◦ green 140 ◦ blue 113

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

Shades of Salmon #FF8C71

Tints of Salmon #FF8C71

RGB

 RED value IS 255 (100% from 255) = 50.2%

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

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

R = 50.2%
G = 27.56%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF8C71 (or 0xFF8C71) is known color: Salmon. HEX triplet: FF, 8C and 71. RGB value is (255,140,113). Sum of RGB (Red+Green+Blue) = 255+140+113=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 140 (55.08% from 255 or 27.56% from 508); Blue value is 113 (44.53% from 255 or 22.24% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8C71 is #00738E. Grayscale: #ABABAB. Windows color (decimal): -29583 or 7441663. OLE color: 7441663.

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

Color convert

RGB 255 140 113 -
CMYK 0 0.45 0.56 0
HSL 11.41º 1% 0.72% -
HSV(B) 11.41º 0.56% 1% -
XYZ 53.6 41.21 20.75 -
YUV 171.31 95.1 187.7 -
System Red Green Blue C M Y K H S L
Decimal 255 140 113 0 0.45 0.56 0 11.41 1 0.72
Hex FF 8C 71 0 2D 38 0 B 64 48
Octal 377 214 161 0 55 70 0 13 144 110
Binary 11111111 10001100 1110001 0 101101 111000 0 1011 1100100 1001000

Color Harmonies of #FF8C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8C71

Black with #FF8C71

Text Example


Text Example

White with #FF8C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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