#F8756E

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

Shades of Salmon #F8756E

Tints of Salmon #F8756E

Color information

#F8756E (or 0xF8756E) is unknown color: approx Salmon. HEX triplet: F8, 75 and 6E. RGB value is (248,117,110). Sum of RGB (Red+Green+Blue) = 248+117+110=475 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.21% from 475); Green value is 117 (46.09% from 255 or 24.63% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 248 - color contains mainly: red. Hex color #F8756E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8756E is #078A91. Grayscale: #9B9B9B. Windows color (decimal): -494226 or 7239160. OLE color: 7239160.

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

Color convert

RGB248117110-
CMYK00.530.560.03
HSL3.04º90.79%70.2%-
HSV(B)3.04º55.65%97.25%-
XYZ47.8933.818.75-
YUV155.37102.4194.07-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 52.21%
GREEN value IS 117 (46.09% from 255) = 24.63%
BLUE value IS 110 (43.36% from 255) = 23.16%
R=52.21%
G=24.63%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811711000.530.560.033.0490.7970.2
HexF8756E03538335b46
Octal3701651560657033133106
Binary11111000111010111011100110101111000111110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8756E; }

 p { color: rgb(248,117,110); }

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

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

 a { background-color: rgb(248,117,110); }

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

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

 span { border-color: rgb(248,117,110); }

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