#F7876B

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

Shades of Salmon #F7876B

Tints of Salmon #F7876B

Color information

#F7876B (or 0xF7876B) is unknown color: approx Salmon. HEX triplet: F7, 87 and 6B. RGB value is (247,135,107). Sum of RGB (Red+Green+Blue) = 247+135+107=489 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.51% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 107 (42.19% from 255 or 21.88% from 489); Max value from RGB is 247 - color contains mainly: red. Hex color #F7876B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7876B is #087894. Grayscale: #A5A5A5. Windows color (decimal): -555157 or 7047159. OLE color: 7047159.

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

Color convert

RGB247135107-
CMYK00.450.570.03
HSL12º89.74%69.41%-
HSV(B)12º56.68%96.86%-
XYZ49.6838.1618.66-
YUV165.395.11186.28-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50.51%
GREEN value IS 135 (53.12% from 255) = 27.61%
BLUE value IS 107 (42.19% from 255) = 21.88%
R=50.51%
G=27.61%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713510700.450.570.031289.7469.41
HexF7876B02D393c5a45
Octal36720715305571314132105
Binary11110111100001111101011010110111100111110010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7876B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7876B; }

 p { color: rgb(247,135,107); }

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

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

 a { background-color: rgb(247,135,107); }

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

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

 span { border-color: rgb(247,135,107); }

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