#F8886F

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

Shades of Salmon #F8886F

Tints of Salmon #F8886F

Color information

#F8886F (or 0xF8886F) is unknown color: approx Salmon. HEX triplet: F8, 88 and 6F. RGB value is (248,136,111). Sum of RGB (Red+Green+Blue) = 248+136+111=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 111 (43.75% from 255 or 22.42% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F8886F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8886F is #077790. Grayscale: #A6A6A6. Windows color (decimal): -489361 or 7309560. OLE color: 7309560.

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

Color convert

RGB248136111-
CMYK00.450.550.03
HSL10.95º90.73%70.39%-
HSV(B)10.95º55.24%97.25%-
XYZ50.3838.7119.86-
YUV166.6496.61186.03-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.10%
GREEN value IS 136 (53.52% from 255) = 27.47%
BLUE value IS 111 (43.75% from 255) = 22.42%
R=50.10%
G=27.47%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813611100.450.550.0310.9590.7370.39
HexF8886F02D373b5b46
Octal37021015705567313133106
Binary11111000100010001101111010110111011111101110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8886F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8886F; }

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

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

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

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

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

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

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

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