#F87C68

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

Shades of Salmon #F87C68

Tints of Salmon #F87C68

Color information

#F87C68 (or 0xF87C68) is unknown color: approx Salmon. HEX triplet: F8, 7C and 68. RGB value is (248,124,104). Sum of RGB (Red+Green+Blue) = 248+124+104=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 124 (48.83% from 255 or 26.05% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F87C68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87C68 is #078397. Grayscale: #9F9F9F. Windows color (decimal): -492440 or 6847736. OLE color: 6847736.

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

Color convert

RGB248124104-
CMYK00.50.580.03
HSL8.33º91.14%69.02%-
HSV(B)8.33º58.06%97.25%-
XYZ48.4235.3717.37-
YUV158.897.08191.63-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 52.10%
GREEN value IS 124 (48.83% from 255) = 26.05%
BLUE value IS 104 (41.02% from 255) = 21.85%
R=52.10%
G=26.05%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812410400.50.580.038.3391.1469.02
HexF87C680323A385b45
Octal37017415006272310133105
Binary1111100011111001101000011001011101011100010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87C68; }

 p { color: rgb(248,124,104); }

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

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

 a { background-color: rgb(248,124,104); }

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

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

 span { border-color: rgb(248,124,104); }

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