#F6876E

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

Shades of Salmon #F6876E

Tints of Salmon #F6876E

Color information

#F6876E (or 0xF6876E) is unknown color: approx Salmon. HEX triplet: F6, 87 and 6E. RGB value is (246,135,110). Sum of RGB (Red+Green+Blue) = 246+135+110=491 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50.10% from 491); Green value is 135 (53.12% from 255 or 27.49% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 246 - color contains mainly: red. Hex color #F6876E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6876E is #097891. Grayscale: #A5A5A5. Windows color (decimal): -620690 or 7243766. OLE color: 7243766.

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

Color convert

RGB246135110-
CMYK00.450.550.04
HSL11.03º88.31%69.8%-
HSV(B)11.03º55.28%96.47%-
XYZ49.4838.0519.49-
YUV165.3496.77185.53-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.10%
GREEN value IS 135 (53.12% from 255) = 27.49%
BLUE value IS 110 (43.36% from 255) = 22.40%
R=50.10%
G=27.49%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613511000.450.550.0411.0388.3169.8
HexF6876E02D374b5846
Octal36620715605567413130106
Binary111101101000011111011100101101110111100101110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6876E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6876E; }

 p { color: rgb(246,135,110); }

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

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

 a { background-color: rgb(246,135,110); }

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

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

 span { border-color: rgb(246,135,110); }

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