#F87674

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

Shades of Salmon #F87674

Tints of Salmon #F87674

Color information

#F87674 (or 0xF87674) is unknown color: approx Salmon. HEX triplet: F8, 76 and 74. RGB value is (248,118,116). Sum of RGB (Red+Green+Blue) = 248+118+116=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 118 (46.48% from 255 or 24.48% from 482); Blue value is 116 (45.70% from 255 or 24.07% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F87674 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87674 is #07898B. Grayscale: #9C9C9C. Windows color (decimal): -493964 or 7632632. OLE color: 7632632.

HSL color Cylindrical-coordinate representation of color #F87674: hue angle of 0.91º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F87674 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB248118116-
CMYK00.520.530.03
HSL0.91º90.41%71.37%-
HSV(B)0.91º53.23%97.25%-
XYZ48.3434.1720.57-
YUV156.64105.07193.16-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 51.45%
GREEN value IS 118 (46.48% from 255) = 24.48%
BLUE value IS 116 (45.70% from 255) = 24.07%
R=51.45%
G=24.48%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811811600.520.530.030.9190.4171.37
HexF8767403435315a47
Octal3701661640646531132107
Binary1111100011101101110100011010011010111110110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87674; }

 p { color: rgb(248,118,116); }

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

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

 a { background-color: rgb(248,118,116); }

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

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

 span { border-color: rgb(248,118,116); }

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