#F87A69

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

Shades of Salmon #F87A69

Tints of Salmon #F87A69

Color information

#F87A69 (or 0xF87A69) is unknown color: approx Salmon. HEX triplet: F8, 7A and 69. RGB value is (248,122,105). Sum of RGB (Red+Green+Blue) = 248+122+105=475 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.21% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 105 (41.41% from 255 or 22.11% from 475); Max value from RGB is 248 - color contains mainly: red. Hex color #F87A69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87A69 is #078596. Grayscale: #9D9D9D. Windows color (decimal): -492951 or 6912760. OLE color: 6912760.

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

Color convert

RGB248122105-
CMYK00.510.580.03
HSL7.13º91.08%69.22%-
HSV(B)7.13º57.66%97.25%-
XYZ48.2234.917.56-
YUV157.7498.24192.38-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 52.21%
GREEN value IS 122 (48.05% from 255) = 25.68%
BLUE value IS 105 (41.41% from 255) = 22.11%
R=52.21%
G=25.68%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812210500.510.580.037.1391.0869.22
HexF87A690333A375b45
Octal3701721510637237133105
Binary111110001111010110100101100111110101111110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87A69; }

 p { color: rgb(248,122,105); }

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

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

 a { background-color: rgb(248,122,105); }

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

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

 span { border-color: rgb(248,122,105); }

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