#F8A686

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

Shades of Light Salmon #F8A686

Tints of Light Salmon #F8A686

Color information

#F8A686 (or 0xF8A686) is unknown color: approx Light Salmon. HEX triplet: F8, A6 and 86. RGB value is (248,166,134). Sum of RGB (Red+Green+Blue) = 248+166+134=548 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.26% from 548); Green value is 166 (65.23% from 255 or 30.29% from 548); Blue value is 134 (52.73% from 255 or 24.45% from 548); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A686 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A686 is #075979. Grayscale: #BBBBBB. Windows color (decimal): -481658 or 8824568. OLE color: 8824568.

HSL color Cylindrical-coordinate representation of color #F8A686: hue angle of 16.84º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F8A686 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB248166134-
CMYK00.330.460.03
HSL16.84º89.06%74.9%-
HSV(B)16.84º45.97%97.25%-
XYZ56.6548.9529.02-
YUV186.8798.17171.6-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.26%
GREEN value IS 166 (65.23% from 255) = 30.29%
BLUE value IS 134 (52.73% from 255) = 24.45%
R=45.26%
G=30.29%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816613400.330.460.0316.8489.0674.9
HexF8A6860212E311594b
Octal37024620604156321131113
Binary1111100010100110100001100100001101110111000110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A686; }

 p { color: rgb(248,166,134); }

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

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

 a { background-color: rgb(248,166,134); }

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

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

 span { border-color: rgb(248,166,134); }

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