Html Css Color HEX #FF8A77 Salmon

📋 copy color: '#FF8A77'

red 255 ◦ green 138 ◦ blue 119

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

Shades of Salmon #FF8A77

Tints of Salmon #FF8A77

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.95%

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

R = 49.8%
G = 26.95%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FF8A77 (or 0xFF8A77) is known color: Salmon. HEX triplet: FF, 8A and 77. RGB value is (255,138,119). Sum of RGB (Red+Green+Blue) = 255+138+119=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 138 (54.30% from 255 or 26.95% from 512); Blue value is 119 (46.88% from 255 or 23.24% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8A77 is #007588. Grayscale: #ABABAB. Windows color (decimal): -30089 or 7834367. OLE color: 7834367.

HSL color Cylindrical-coordinate representation of color #FF8A77: hue angle of 8.38º 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 #FF8A77 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB 255 138 119 -
CMYK 0 0.46 0.53 0
HSL 8.38º 1% 0.73% -
HSV(B) 8.38º 0.53% 1% -
XYZ 53.66 40.77 22.49 -
YUV 170.82 98.76 188.04 -
System Red Green Blue C M Y K H S L
Decimal 255 138 119 0 0.46 0.53 0 8.38 1 0.73
Hex FF 8A 77 0 2E 35 0 8 64 49
Octal 377 212 167 0 56 65 0 10 144 111
Binary 11111111 10001010 1110111 0 101110 110101 0 1000 1100100 1001001

Color Harmonies of #FF8A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8A77

Black with #FF8A77

Text Example


Text Example

White with #FF8A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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