Html Css Color HEX #FF8C77 Salmon

📋 copy color: '#FF8C77'

red 255 ◦ green 140 ◦ blue 119

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

Shades of Salmon #FF8C77

Tints of Salmon #FF8C77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.15%

R = 49.61%
G = 27.24%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FF8C77 (or 0xFF8C77) is known color: Salmon. HEX triplet: FF, 8C and 77. RGB value is (255,140,119). Sum of RGB (Red+Green+Blue) = 255+140+119=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 140 (55.08% from 255 or 27.24% from 514); Blue value is 119 (46.88% from 255 or 23.15% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8C77 is #007388. Grayscale: #ACACAC. Windows color (decimal): -29577 or 7834879. OLE color: 7834879.

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

Color convert

RGB 255 140 119 -
CMYK 0 0.45 0.53 0
HSL 9.26º 1% 0.73% -
HSV(B) 9.26º 0.53% 1% -
XYZ 53.95 41.35 22.59 -
YUV 171.99 98.1 187.21 -
System Red Green Blue C M Y K H S L
Decimal 255 140 119 0 0.45 0.53 0 9.26 1 0.73
Hex FF 8C 77 0 2D 35 0 9 64 49
Octal 377 214 167 0 55 65 0 11 144 111
Binary 11111111 10001100 1110111 0 101101 110101 0 1001 1100100 1001001

Color Harmonies of #FF8C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8C77

Black with #FF8C77

Text Example


Text Example

White with #FF8C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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