#F17D6F

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

Shades of Salmon #F17D6F

Tints of Salmon #F17D6F

Color information

#F17D6F (or 0xF17D6F) is unknown color: approx Salmon. HEX triplet: F1, 7D and 6F. RGB value is (241,125,111). Sum of RGB (Red+Green+Blue) = 241+125+111=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 111 (43.75% from 255 or 23.27% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F17D6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17D6F is #0E8290. Grayscale: #9E9E9E. Windows color (decimal): -950929 or 7306737. OLE color: 7306737.

HSL color Cylindrical-coordinate representation of color #F17D6F: hue angle of 6.46º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F17D6F is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB241125111-
CMYK00.480.540.05
HSL6.46º82.28%69.02%-
HSV(B)6.46º53.94%94.51%-
XYZ46.4834.5219.25-
YUV158.09101.43187.14-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.52%
GREEN value IS 125 (49.22% from 255) = 26.21%
BLUE value IS 111 (43.75% from 255) = 23.27%
R=50.52%
G=26.21%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112511100.480.540.056.4682.2869.02
HexF17D6F03036565245
Octal3611751570606656122105
Binary1111000111111011101111011000011011010111010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F17D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F17D6F; }

 p { color: rgb(241,125,111); }

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

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

 a { background-color: rgb(241,125,111); }

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

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

 span { border-color: rgb(241,125,111); }

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