#F9716F

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

Shades of Salmon #F9716F

Tints of Salmon #F9716F

Color information

#F9716F (or 0xF9716F) is unknown color: approx Salmon. HEX triplet: F9, 71 and 6F. RGB value is (249,113,111). Sum of RGB (Red+Green+Blue) = 249+113+111=473 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.64% from 473); Green value is 113 (44.53% from 255 or 23.89% from 473); Blue value is 111 (43.75% from 255 or 23.47% from 473); Max value from RGB is 249 - color contains mainly: red. Hex color #F9716F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9716F is #068E90. Grayscale: #999999. Windows color (decimal): -429713 or 7303673. OLE color: 7303673.

HSL color Cylindrical-coordinate representation of color #F9716F: hue angle of 0.87º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F9716F is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB249113111-
CMYK00.550.550.02
HSL0.87º92%70.59%-
HSV(B)0.87º55.42%97.65%-
XYZ47.8433.118.91-
YUV153.44104.06196.16-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 52.64%
GREEN value IS 113 (44.53% from 255) = 23.89%
BLUE value IS 111 (43.75% from 255) = 23.47%
R=52.64%
G=23.89%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911311100.550.550.020.879270.59
HexF9716F03737215c47
Octal3711611570676721134107
Binary1111100111100011101111011011111011110110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9716F; }

 p { color: rgb(249,113,111); }

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

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

 a { background-color: rgb(249,113,111); }

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

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

 span { border-color: rgb(249,113,111); }

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