#FF8478

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

Shades of Salmon #FF8478

Tints of Salmon #FF8478

Color information

#FF8478 (or 0xFF8478) is unknown color: approx Salmon. HEX triplet: FF, 84 and 78. RGB value is (255,132,120). Sum of RGB (Red+Green+Blue) = 255+132+120=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 132 (51.95% from 255 or 26.04% from 507); Blue value is 120 (47.27% from 255 or 23.67% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8478 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8478 is #007B87. Grayscale: #A7A7A7. Windows color (decimal): -31624 or 7898367. OLE color: 7898367.

HSL color Cylindrical-coordinate representation of color #FF8478: hue angle of 5.33º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF8478 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB255132120-
CMYK00.480.530
HSL5.33º100%73.53%-
HSV(B)5.33º52.94%100%-
XYZ52.8839.1222.53-
YUV167.41101.25190.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.30%
GREEN value IS 132 (51.95% from 255) = 26.04%
BLUE value IS 120 (47.27% from 255) = 23.67%
R=50.30%
G=26.04%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513212000.480.5305.3310073.53
HexFF84780303505644a
Octal3772041700606505144112
Binary111111111000010011110000110000110101010111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8478; }

 p { color: rgb(255,132,120); }

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

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

 a { background-color: rgb(255,132,120); }

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

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

 span { border-color: rgb(255,132,120); }

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