#F97B6A

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

Shades of Salmon #F97B6A

Tints of Salmon #F97B6A

Color information

#F97B6A (or 0xF97B6A) is unknown color: approx Salmon. HEX triplet: F9, 7B and 6A. RGB value is (249,123,106). Sum of RGB (Red+Green+Blue) = 249+123+106=478 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.09% from 478); Green value is 123 (48.44% from 255 or 25.73% from 478); Blue value is 106 (41.80% from 255 or 22.18% from 478); Max value from RGB is 249 - color contains mainly: red. Hex color #F97B6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97B6A is #068495. Grayscale: #9E9E9E. Windows color (decimal): -427158 or 6978553. OLE color: 6978553.

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

Color convert

RGB249123106-
CMYK00.510.570.02
HSL7.13º92.26%69.61%-
HSV(B)7.13º57.43%97.65%-
XYZ48.7535.3517.89-
YUV158.7498.24192.38-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 52.09%
GREEN value IS 123 (48.44% from 255) = 25.73%
BLUE value IS 106 (41.80% from 255) = 22.18%
R=52.09%
G=25.73%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912310600.510.570.027.1392.2669.61
HexF97B6A03339275c46
Octal3711731520637127134106
Binary111110011111011110101001100111110011011110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97B6A; }

 p { color: rgb(249,123,106); }

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

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

 a { background-color: rgb(249,123,106); }

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

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

 span { border-color: rgb(249,123,106); }

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