#FF8378

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

Shades of Salmon #FF8378

Tints of Salmon #FF8378

Color information

#FF8378 (or 0xFF8378) is unknown color: approx Salmon. HEX triplet: FF, 83 and 78. RGB value is (255,131,120). Sum of RGB (Red+Green+Blue) = 255+131+120=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 131 (51.56% from 255 or 25.89% from 506); Blue value is 120 (47.27% from 255 or 23.72% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8378 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8378 is #007C87. Grayscale: #A6A6A6. Windows color (decimal): -31880 or 7898111. OLE color: 7898111.

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

Color convert

RGB255131120-
CMYK00.490.530
HSL4.89º100%73.53%-
HSV(B)4.89º52.94%100%-
XYZ52.7538.8522.49-
YUV166.82101.58190.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.40%
GREEN value IS 131 (51.56% from 255) = 25.89%
BLUE value IS 120 (47.27% from 255) = 23.72%
R=50.40%
G=25.89%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513112000.490.5304.8910073.53
HexFF83780313505644a
Octal3772031700616505144112
Binary111111111000001111110000110001110101010111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8378; }

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

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

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

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

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

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

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

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