#F47C64

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

Shades of Salmon #F47C64

Tints of Salmon #F47C64

Color information

#F47C64 (or 0xF47C64) is unknown color: approx Salmon. HEX triplet: F4, 7C and 64. RGB value is (244,124,100). Sum of RGB (Red+Green+Blue) = 244+124+100=468 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.14% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 244 - color contains mainly: red. Hex color #F47C64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47C64 is #0B839B. Grayscale: #9D9D9D. Windows color (decimal): -754588 or 6585588. OLE color: 6585588.

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

Color convert

RGB244124100-
CMYK00.490.590.04
HSL10º86.75%67.45%-
HSV(B)10º59.02%95.69%-
XYZ46.8234.5716.26-
YUV157.1495.76189.95-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 52.14%
GREEN value IS 124 (48.83% from 255) = 26.50%
BLUE value IS 100 (39.45% from 255) = 21.37%
R=52.14%
G=26.50%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412410000.490.590.041086.7567.45
HexF47C640313B4a5743
Octal36417414406173412127103
Binary11110100111110011001000110001111011100101010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47C64; }

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

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

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

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

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

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

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

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