Html Css Color HEX #FF8571 Salmon

📋 copy color: '#FF8571'

red 255 ◦ green 133 ◦ blue 113

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

Shades of Salmon #FF8571

Tints of Salmon #FF8571

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.55%

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

R = 50.9%
G = 26.55%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF8571 (or 0xFF8571) is known color: Salmon. HEX triplet: FF, 85 and 71. RGB value is (255,133,113). Sum of RGB (Red+Green+Blue) = 255+133+113=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 113 (44.53% from 255 or 22.55% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8571 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8571 is #007A8E. Grayscale: #A7A7A7. Windows color (decimal): -31375 or 7439871. OLE color: 7439871.

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

Color convert

RGB 255 133 113 -
CMYK 0 0.48 0.56 0
HSL 8.45º 1% 0.72% -
HSV(B) 8.45º 0.56% 1% -
XYZ 52.61 39.23 20.42 -
YUV 167.2 97.42 190.63 -
System Red Green Blue C M Y K H S L
Decimal 255 133 113 0 0.48 0.56 0 8.45 1 0.72
Hex FF 85 71 0 30 38 0 8 64 48
Octal 377 205 161 0 60 70 0 10 144 110
Binary 11111111 10000101 1110001 0 110000 111000 0 1000 1100100 1001000

Color Harmonies of #FF8571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8571

Black with #FF8571

Text Example


Text Example

White with #FF8571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8571; }

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

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

background-color css

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

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

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

border-color css

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

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

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