#F7A487

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

Shades of Light Salmon #F7A487

Tints of Light Salmon #F7A487

Color information

#F7A487 (or 0xF7A487) is unknown color: approx Light Salmon. HEX triplet: F7, A4 and 87. RGB value is (247,164,135). Sum of RGB (Red+Green+Blue) = 247+164+135=546 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.24% from 546); Green value is 164 (64.45% from 255 or 30.04% from 546); Blue value is 135 (53.12% from 255 or 24.73% from 546); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A487 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A487 is #085B78. Grayscale: #B9B9B9. Windows color (decimal): -547705 or 8889591. OLE color: 8889591.

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

Color convert

RGB247164135-
CMYK00.340.450.03
HSL15.54º87.5%74.9%-
HSV(B)15.54º45.34%96.86%-
XYZ56.0148.0729.25-
YUV185.5199.5171.86-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 45.24%
GREEN value IS 164 (64.45% from 255) = 30.04%
BLUE value IS 135 (53.12% from 255) = 24.73%
R=45.24%
G=30.04%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716413500.340.450.0315.5487.574.9
HexF7A4870222D310584b
Octal36724420704255320130113
Binary1111011110100100100001110100010101101111000010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A487; }

 p { color: rgb(247,164,135); }

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

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

 a { background-color: rgb(247,164,135); }

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

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

 span { border-color: rgb(247,164,135); }

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