Html Css Color HEX #FF8370 Salmon

📋 copy color: '#FF8370'

red 255 ◦ green 131 ◦ blue 112

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

Shades of Salmon #FF8370

Tints of Salmon #FF8370

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.31%

 BLUE value IS 112 (44.14% from 255) = 22.49%

R = 51.2%
G = 26.31%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF8370 (or 0xFF8370) is known color: Salmon. HEX triplet: FF, 83 and 70. RGB value is (255,131,112). Sum of RGB (Red+Green+Blue) = 255+131+112=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 131 (51.56% from 255 or 26.31% from 498); Blue value is 112 (44.14% from 255 or 22.49% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8370 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8370 is #007C8F. Grayscale: #A6A6A6. Windows color (decimal): -31888 or 7373823. OLE color: 7373823.

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

Color convert

RGB 255 131 112 -
CMYK 0 0.49 0.56 0
HSL 7.97º 1% 0.72% -
HSV(B) 7.97º 0.56% 1% -
XYZ 52.28 38.66 20.04 -
YUV 165.91 97.58 191.54 -
System Red Green Blue C M Y K H S L
Decimal 255 131 112 0 0.49 0.56 0 7.97 1 0.72
Hex FF 83 70 0 31 38 0 8 64 48
Octal 377 203 160 0 61 70 0 10 144 110
Binary 11111111 10000011 1110000 0 110001 111000 0 1000 1100100 1001000

Color Harmonies of #FF8370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8370

Black with #FF8370

Text Example


Text Example

White with #FF8370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8370; }

 p { color: rgb(255,131,112); }

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

background-color css

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

 a { background-color: rgb(255,131,112); }

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

border-color css

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

 span { border-color: rgb(255,131,112); }

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