#F97C6B

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

Shades of Salmon #F97C6B

Tints of Salmon #F97C6B

Color information

#F97C6B (or 0xF97C6B) is unknown color: approx Salmon. HEX triplet: F9, 7C and 6B. RGB value is (249,124,107). Sum of RGB (Red+Green+Blue) = 249+124+107=480 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.88% from 480); Green value is 124 (48.83% from 255 or 25.83% from 480); Blue value is 107 (42.19% from 255 or 22.29% from 480); Max value from RGB is 249 - color contains mainly: red. Hex color #F97C6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97C6B is #068394. Grayscale: #9F9F9F. Windows color (decimal): -426901 or 7044345. OLE color: 7044345.

HSL color Cylindrical-coordinate representation of color #F97C6B: hue angle of 7.18º 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 #F97C6B is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB249124107-
CMYK00.500.570.02
HSL7.18º92.21%69.8%-
HSV(B)7.18º57.03%97.65%-
XYZ48.9335.6218.21-
YUV159.4498.41191.88-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.88%
GREEN value IS 124 (48.83% from 255) = 25.83%
BLUE value IS 107 (42.19% from 255) = 22.29%
R=51.88%
G=25.83%
B=22.29%

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
Decimal24912410700.500.570.027.1892.2169.8
HexF97C6B03239275c46
Octal3711741530627127134106
Binary111110011111100110101101100101110011011110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97C6B; }

 p { color: rgb(249,124,107); }

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

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

 a { background-color: rgb(249,124,107); }

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

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

 span { border-color: rgb(249,124,107); }

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