#F78166

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

Shades of Salmon #F78166

Tints of Salmon #F78166

Color information

#F78166 (or 0xF78166) is unknown color: approx Salmon. HEX triplet: F7, 81 and 66. RGB value is (247,129,102). Sum of RGB (Red+Green+Blue) = 247+129+102=478 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.67% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 102 (40.23% from 255 or 21.34% from 478); Max value from RGB is 247 - color contains mainly: red. Hex color #F78166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78166 is #087E99. Grayscale: #A1A1A1. Windows color (decimal): -556698 or 6717943. OLE color: 6717943.

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

Color convert

RGB247129102-
CMYK00.480.590.03
HSL11.17º90.06%68.43%-
HSV(B)11.17º58.7%96.86%-
XYZ48.6136.4317.04-
YUV161.294.59189.2-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.67%
GREEN value IS 129 (50.78% from 255) = 26.99%
BLUE value IS 102 (40.23% from 255) = 21.34%
R=51.67%
G=26.99%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.59
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712910200.480.590.0311.1790.0668.43
HexF781660303B3b5a44
Octal36720114606073313132104
Binary11110111100000011100110011000011101111101110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78166; }

 p { color: rgb(247,129,102); }

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

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

 a { background-color: rgb(247,129,102); }

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

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

 span { border-color: rgb(247,129,102); }

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