#F7A585

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

Shades of Light Salmon #F7A585

Tints of Light Salmon #F7A585

Color information

#F7A585 (or 0xF7A585) is unknown color: approx Light Salmon. HEX triplet: F7, A5 and 85. RGB value is (247,165,133). Sum of RGB (Red+Green+Blue) = 247+165+133=545 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.32% from 545); Green value is 165 (64.84% from 255 or 30.28% from 545); Blue value is 133 (52.34% from 255 or 24.40% from 545); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A585 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A585 is #085A7A. Grayscale: #BABABA. Windows color (decimal): -547451 or 8758775. OLE color: 8758775.

HSL color Cylindrical-coordinate representation of color #F7A585: hue angle of 16.84º degrees, saturation: 0.88, 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 #F7A585 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB247165133-
CMYK00.330.460.03
HSL16.84º87.69%74.51%-
HSV(B)16.84º46.15%96.86%-
XYZ56.0548.3828.57-
YUV185.8798.17171.6-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 45.32%
GREEN value IS 165 (64.84% from 255) = 30.28%
BLUE value IS 133 (52.34% from 255) = 24.40%
R=45.32%
G=30.28%
B=24.40%

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
Decimal24716513300.330.460.0316.8487.6974.51
HexF7A5850212E311584b
Octal36724520504156321130113
Binary1111011110100101100001010100001101110111000110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A585; }

 p { color: rgb(247,165,133); }

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

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

 a { background-color: rgb(247,165,133); }

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

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

 span { border-color: rgb(247,165,133); }

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