#F57966

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

Shades of Salmon #F57966

Tints of Salmon #F57966

Color information

#F57966 (or 0xF57966) is unknown color: approx Salmon. HEX triplet: F5, 79 and 66. RGB value is (245,121,102). Sum of RGB (Red+Green+Blue) = 245+121+102=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 121 (47.66% from 255 or 25.85% from 468); Blue value is 102 (40.23% from 255 or 21.79% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F57966 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57966 is #0A8699. Grayscale: #9C9C9C. Windows color (decimal): -689818 or 6715893. OLE color: 6715893.

HSL color Cylindrical-coordinate representation of color #F57966: hue angle of 7.97º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F57966 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB245121102-
CMYK00.510.580.04
HSL7.97º87.73%68.04%-
HSV(B)7.97º58.37%96.08%-
XYZ46.8934.0516.67-
YUV155.9197.58191.54-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.35%
GREEN value IS 121 (47.66% from 255) = 25.85%
BLUE value IS 102 (40.23% from 255) = 21.79%
R=52.35%
G=25.85%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512110200.510.580.047.9787.7368.04
HexF579660333A485844
Octal36517114606372410130104
Binary11110101111100111001100110011111010100100010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57966; }

 p { color: rgb(245,121,102); }

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

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

 a { background-color: rgb(245,121,102); }

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

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

 span { border-color: rgb(245,121,102); }

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