#F67877

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

Shades of Salmon #F67877

Tints of Salmon #F67877

Color information

#F67877 (or 0xF67877) is unknown color: approx Salmon. HEX triplet: F6, 78 and 77. RGB value is (246,120,119). Sum of RGB (Red+Green+Blue) = 246+120+119=485 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.72% from 485); Green value is 120 (47.27% from 255 or 24.74% from 485); Blue value is 119 (46.88% from 255 or 24.54% from 485); Max value from RGB is 246 - color contains mainly: red. Hex color #F67877 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67877 is #098788. Grayscale: #9D9D9D. Windows color (decimal): -624521 or 7829750. OLE color: 7829750.

HSL color Cylindrical-coordinate representation of color #F67877: hue angle of 0.47º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F67877 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB246120119-
CMYK00.510.520.04
HSL0.47º87.59%71.57%-
HSV(B)0.47º51.63%96.47%-
XYZ48.0534.3621.55-
YUV157.56106.24191.08-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.72%
GREEN value IS 120 (47.27% from 255) = 24.74%
BLUE value IS 119 (46.88% from 255) = 24.54%
R=50.72%
G=24.74%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612011900.510.520.040.4787.5971.57
HexF6787703334405848
Octal3661701670636440130110
Binary11110110111100011101110110011110100100010110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67877; }

 p { color: rgb(246,120,119); }

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

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

 a { background-color: rgb(246,120,119); }

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

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

 span { border-color: rgb(246,120,119); }

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