#F07C6A

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

Shades of Salmon #F07C6A

Tints of Salmon #F07C6A

Color information

#F07C6A (or 0xF07C6A) is unknown color: approx Salmon. HEX triplet: F0, 7C and 6A. RGB value is (240,124,106). Sum of RGB (Red+Green+Blue) = 240+124+106=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 124 (48.83% from 255 or 26.38% from 470); Blue value is 106 (41.80% from 255 or 22.55% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07C6A is #0F8395. Grayscale: #9C9C9C. Windows color (decimal): -1016726 or 6978800. OLE color: 6978800.

HSL color Cylindrical-coordinate representation of color #F07C6A: hue angle of 8.06º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F07C6A is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB240124106-
CMYK00.480.560.06
HSL8.06º81.71%67.84%-
HSV(B)8.06º55.83%94.12%-
XYZ45.7433.9817.78-
YUV156.6399.43187.46-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.06%
GREEN value IS 124 (48.83% from 255) = 26.38%
BLUE value IS 106 (41.80% from 255) = 22.55%
R=51.06%
G=26.38%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012410600.480.560.068.0681.7167.84
HexF07C6A03038685244
Octal36017415206070610122104
Binary11110000111110011010100110000111000110100010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07C6A; }

 p { color: rgb(240,124,106); }

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

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

 a { background-color: rgb(240,124,106); }

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

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

 span { border-color: rgb(240,124,106); }

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