#F97D65

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

Shades of Salmon #F97D65

Tints of Salmon #F97D65

Color information

#F97D65 (or 0xF97D65) is unknown color: approx Salmon. HEX triplet: F9, 7D and 65. RGB value is (249,125,101). Sum of RGB (Red+Green+Blue) = 249+125+101=475 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.42% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 249 - color contains mainly: red. Hex color #F97D65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97D65 is #06829A. Grayscale: #9F9F9F. Windows color (decimal): -426651 or 6651385. OLE color: 6651385.

HSL color Cylindrical-coordinate representation of color #F97D65: hue angle of 9.73º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F97D65 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB249125101-
CMYK00.500.590.02
HSL9.73º92.5%68.63%-
HSV(B)9.73º59.44%97.65%-
XYZ48.7535.7516.64-
YUV159.3495.08191.95-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 52.42%
GREEN value IS 125 (49.22% from 255) = 26.32%
BLUE value IS 101 (39.84% from 255) = 21.26%
R=52.42%
G=26.32%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912510100.500.590.029.7392.568.63
HexF97D650323B2a5c45
Octal37117514506273212134105
Binary1111100111111011100101011001011101110101010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97D65; }

 p { color: rgb(249,125,101); }

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

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

 a { background-color: rgb(249,125,101); }

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

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

 span { border-color: rgb(249,125,101); }

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