#FF8E70

Color #FF8E70 Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salmon #FF8E70

Tints of Salmon #FF8E70

Color information

#FF8E70 (or 0xFF8E70) is unknown color: approx Salmon. HEX triplet: FF, 8E and 70. RGB value is (255,142,112). Sum of RGB (Red+Green+Blue) = 255+142+112=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 142 (55.86% from 255 or 27.90% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8E70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8E70 is #00718F. Grayscale: #ACACAC. Windows color (decimal): -29072 or 7376639. OLE color: 7376639.

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

Color convert

RGB255142112-
CMYK00.440.560
HSL12.59º100%71.96%-
HSV(B)12.59º56.08%100%-
XYZ53.8441.7820.56-
YUV172.3793.94186.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.10%
GREEN value IS 142 (55.86% from 255) = 27.90%
BLUE value IS 112 (44.14% from 255) = 22.00%
R=50.10%
G=27.90%
B=22.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514211200.440.56012.5910071.96
HexFF8E7002C380d6448
Octal37721616005470015144110
Binary1111111110001110111000001011001110000110111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8E70; }

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

 H1.HeaderClassName
 {
   color: #FF8E70;
 }
 .AnyTagClassName
 {
   color: #FF8E70;
 }
</style>
background-color css

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

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

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

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

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

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