#FF8978

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

Shades of Salmon #FF8978

Tints of Salmon #FF8978

Color information

#FF8978 (or 0xFF8978) is unknown color: approx Salmon. HEX triplet: FF, 89 and 78. RGB value is (255,137,120). Sum of RGB (Red+Green+Blue) = 255+137+120=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 137 (53.91% from 255 or 26.76% from 512); Blue value is 120 (47.27% from 255 or 23.44% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8978 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8978 is #007687. Grayscale: #AAAAAA. Windows color (decimal): -30344 or 7899647. OLE color: 7899647.

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

Color convert

RGB255137120-
CMYK00.460.530
HSL7.56º100%73.53%-
HSV(B)7.56º52.94%100%-
XYZ53.5840.5122.76-
YUV170.3499.59188.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.80%
GREEN value IS 137 (53.91% from 255) = 26.76%
BLUE value IS 120 (47.27% from 255) = 23.44%
R=49.80%
G=26.76%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513712000.460.5307.5610073.53
HexFF897802E3508644a
Octal37721117005665010144112
Binary1111111110001001111100001011101101010100011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8978; }

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

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

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

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

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

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

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

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