#FC8177

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

Shades of Salmon #FC8177

Tints of Salmon #FC8177

Color information

#FC8177 (or 0xFC8177) is unknown color: approx Salmon. HEX triplet: FC, 81 and 77. RGB value is (252,129,119). Sum of RGB (Red+Green+Blue) = 252+129+119=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 129 (50.78% from 255 or 25.8% from 500); Blue value is 119 (46.88% from 255 or 23.8% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8177 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8177 is #037E88. Grayscale: #A4A4A4. Windows color (decimal): -229001 or 7832060. OLE color: 7832060.

HSL color Cylindrical-coordinate representation of color #FC8177: hue angle of 4.51º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FC8177 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB252129119-
CMYK00.490.530.01
HSL4.51º95.68%72.75%-
HSV(B)4.51º52.78%98.82%-
XYZ51.3237.7322.03-
YUV164.64102.25190.31-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.4%
GREEN value IS 129 (50.78% from 255) = 25.8%
BLUE value IS 119 (46.88% from 255) = 23.8%
R=50.4%
G=25.8%
B=23.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212911900.490.530.014.5195.6872.75
HexFC817703135156049
Octal3742011670616515140111
Binary111111001000000111101110110001110101110111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8177; }

 p { color: rgb(252,129,119); }

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

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

 a { background-color: rgb(252,129,119); }

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

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

 span { border-color: rgb(252,129,119); }

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