#F7A17A

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

Shades of Light Salmon #F7A17A

Tints of Light Salmon #F7A17A

Color information

#F7A17A (or 0xF7A17A) is unknown color: approx Light Salmon. HEX triplet: F7, A1 and 7A. RGB value is (247,161,122). Sum of RGB (Red+Green+Blue) = 247+161+122=530 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.60% from 530); Green value is 161 (63.28% from 255 or 30.38% from 530); Blue value is 122 (48.05% from 255 or 23.02% from 530); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A17A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A17A is #085E85. Grayscale: #B6B6B6. Windows color (decimal): -548486 or 8036855. OLE color: 8036855.

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

Color convert

RGB247161122-
CMYK00.350.510.03
HSL18.72º88.65%72.35%-
HSV(B)18.72º50.61%96.86%-
XYZ54.6246.6724.54-
YUV182.2793.99174.17-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.60%
GREEN value IS 161 (63.28% from 255) = 30.38%
BLUE value IS 122 (48.05% from 255) = 23.02%
R=46.60%
G=30.38%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716112200.350.510.0318.7288.6572.35
HexF7A17A023333135948
Octal36724117204363323131110
Binary111101111010000111110100100011110011111001110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A17A; }

 p { color: rgb(247,161,122); }

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

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

 a { background-color: rgb(247,161,122); }

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

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

 span { border-color: rgb(247,161,122); }

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