#F97D6C

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

Shades of Salmon #F97D6C

Tints of Salmon #F97D6C

Color information

#F97D6C (or 0xF97D6C) is unknown color: approx Salmon. HEX triplet: F9, 7D and 6C. RGB value is (249,125,108). Sum of RGB (Red+Green+Blue) = 249+125+108=482 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.66% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 249 - color contains mainly: red. Hex color #F97D6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97D6C is #068293. Grayscale: #A0A0A0. Windows color (decimal): -426644 or 7110137. OLE color: 7110137.

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

Color convert

RGB249125108-
CMYK00.500.570.02
HSL7.23º92.16%70%-
HSV(B)7.23º56.63%97.65%-
XYZ49.1135.8918.53-
YUV160.1498.58191.38-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.66%
GREEN value IS 125 (49.22% from 255) = 25.93%
BLUE value IS 108 (42.58% from 255) = 22.41%
R=51.66%
G=25.93%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912510800.500.570.027.2392.1670
HexF97D6C03239275c46
Octal3711751540627127134106
Binary111110011111101110110001100101110011011110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97D6C; }

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

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

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

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

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

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

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

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