#F47C6F

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

Shades of Salmon #F47C6F

Tints of Salmon #F47C6F

Color information

#F47C6F (or 0xF47C6F) is unknown color: approx Salmon. HEX triplet: F4, 7C and 6F. RGB value is (244,124,111). Sum of RGB (Red+Green+Blue) = 244+124+111=479 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.94% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 111 (43.75% from 255 or 23.17% from 479); Max value from RGB is 244 - color contains mainly: red. Hex color #F47C6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47C6F is #0B8390. Grayscale: #9E9E9E. Windows color (decimal): -754577 or 7306484. OLE color: 7306484.

HSL color Cylindrical-coordinate representation of color #F47C6F: hue angle of 5.86º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F47C6F is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB244124111-
CMYK00.490.550.04
HSL5.86º85.81%69.61%-
HSV(B)5.86º54.51%95.69%-
XYZ47.3934.819.26-
YUV158.4101.26189.06-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50.94%
GREEN value IS 124 (48.83% from 255) = 25.89%
BLUE value IS 111 (43.75% from 255) = 23.17%
R=50.94%
G=25.89%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412411100.490.550.045.8685.8169.61
HexF47C6F03137465646
Octal3641741570616746126106
Binary1111010011111001101111011000111011110011010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47C6F; }

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

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

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

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

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

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

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

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