Html Css Color HEX #FF8A71 Salmon

📋 copy color: '#FF8A71'

red 255 ◦ green 138 ◦ blue 113

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

Shades of Salmon #FF8A71

Tints of Salmon #FF8A71

RGB

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

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

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

R = 50.4%
G = 27.27%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF8A71 (or 0xFF8A71) is known color: Salmon. HEX triplet: FF, 8A and 71. RGB value is (255,138,113). Sum of RGB (Red+Green+Blue) = 255+138+113=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 138 (54.30% from 255 or 27.27% from 506); Blue value is 113 (44.53% from 255 or 22.33% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8A71 is #00758E. Grayscale: #AAAAAA. Windows color (decimal): -30095 or 7441151. OLE color: 7441151.

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

Color convert

RGB 255 138 113 -
CMYK 0 0.46 0.56 0
HSL 10.56º 1% 0.72% -
HSV(B) 10.56º 0.56% 1% -
XYZ 53.31 40.63 20.66 -
YUV 170.13 95.76 188.53 -
System Red Green Blue C M Y K H S L
Decimal 255 138 113 0 0.46 0.56 0 10.56 1 0.72
Hex FF 8A 71 0 2E 38 0 B 64 48
Octal 377 212 161 0 56 70 0 13 144 110
Binary 11111111 10001010 1110001 0 101110 111000 0 1011 1100100 1001000

Color Harmonies of #FF8A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8A71

Black with #FF8A71

Text Example


Text Example

White with #FF8A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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