#F88869

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

Shades of Salmon #F88869

Tints of Salmon #F88869

Color information

#F88869 (or 0xF88869) is unknown color: approx Salmon. HEX triplet: F8, 88 and 69. RGB value is (248,136,105). Sum of RGB (Red+Green+Blue) = 248+136+105=489 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.72% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 105 (41.41% from 255 or 21.47% from 489); Max value from RGB is 248 - color contains mainly: red. Hex color #F88869 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88869 is #077796. Grayscale: #A6A6A6. Windows color (decimal): -489367 or 6916344. OLE color: 6916344.

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

Color convert

RGB248136105-
CMYK00.450.580.03
HSL13.01º91.08%69.22%-
HSV(B)13.01º57.66%97.25%-
XYZ50.0738.5818.17-
YUV165.9593.61186.52-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.72%
GREEN value IS 136 (53.52% from 255) = 27.81%
BLUE value IS 105 (41.41% from 255) = 21.47%
R=50.72%
G=27.81%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813610500.450.580.0313.0191.0869.22
HexF8886902D3A3d5b45
Octal37021015105572315133105
Binary11111000100010001101001010110111101011110110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88869; }

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

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

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

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

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

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

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

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