#F8856C

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

Shades of Salmon #F8856C

Tints of Salmon #F8856C

Color information

#F8856C (or 0xF8856C) is unknown color: approx Salmon. HEX triplet: F8, 85 and 6C. RGB value is (248,133,108). Sum of RGB (Red+Green+Blue) = 248+133+108=489 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.72% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 108 (42.58% from 255 or 22.09% from 489); Max value from RGB is 248 - color contains mainly: red. Hex color #F8856C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8856C is #077A93. Grayscale: #A4A4A4. Windows color (decimal): -490132 or 7112184. OLE color: 7112184.

HSL color Cylindrical-coordinate representation of color #F8856C: hue angle of 10.71º 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 #F8856C is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB248133108-
CMYK00.460.560.03
HSL10.71º90.91%69.8%-
HSV(B)10.71º56.45%97.25%-
XYZ49.8137.8118.86-
YUV164.5496.1187.53-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.72%
GREEN value IS 133 (52.34% from 255) = 27.20%
BLUE value IS 108 (42.58% from 255) = 22.09%
R=50.72%
G=27.20%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813310800.460.560.0310.7190.9169.8
HexF8856C02E383b5b46
Octal37020515405670313133106
Binary11111000100001011101100010111011100011101110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8856C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8856C; }

 p { color: rgb(248,133,108); }

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

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

 a { background-color: rgb(248,133,108); }

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

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

 span { border-color: rgb(248,133,108); }

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