#F87B69

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

Shades of Salmon #F87B69

Tints of Salmon #F87B69

Color information

#F87B69 (or 0xF87B69) is unknown color: approx Salmon. HEX triplet: F8, 7B and 69. RGB value is (248,123,105). Sum of RGB (Red+Green+Blue) = 248+123+105=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F87B69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87B69 is #078496. Grayscale: #9E9E9E. Windows color (decimal): -492695 or 6913016. OLE color: 6913016.

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

Color convert

RGB248123105-
CMYK00.500.580.03
HSL7.55º91.08%69.22%-
HSV(B)7.55º57.66%97.25%-
XYZ48.3435.1417.6-
YUV158.3297.91191.96-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 52.10%
GREEN value IS 123 (48.44% from 255) = 25.84%
BLUE value IS 105 (41.41% from 255) = 22.06%
R=52.10%
G=25.84%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812310500.500.580.037.5591.0869.22
HexF87B690323A385b45
Octal37017315106272310133105
Binary1111100011110111101001011001011101011100010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87B69; }

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

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

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

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

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

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

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

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