#F07C6F

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

Shades of Salmon #F07C6F

Tints of Salmon #F07C6F

Color information

#F07C6F (or 0xF07C6F) is unknown color: approx Salmon. HEX triplet: F0, 7C and 6F. RGB value is (240,124,111). Sum of RGB (Red+Green+Blue) = 240+124+111=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 111 (43.75% from 255 or 23.37% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07C6F is #0F8390. Grayscale: #9D9D9D. Windows color (decimal): -1016721 or 7306480. OLE color: 7306480.

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

Color convert

RGB240124111-
CMYK00.480.540.06
HSL6.05º81.13%68.82%-
HSV(B)6.05º53.75%94.12%-
XYZ46.0134.0919.19-
YUV157.2101.93187.06-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.53%
GREEN value IS 124 (48.83% from 255) = 26.11%
BLUE value IS 111 (43.75% from 255) = 23.37%
R=50.53%
G=26.11%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012411100.480.540.066.0581.1368.82
HexF07C6F03036665145
Octal3601741570606666121105
Binary1111000011111001101111011000011011011011010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07C6F; }

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

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

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

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

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

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

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

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