#F47E68

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

Shades of Salmon #F47E68

Tints of Salmon #F47E68

Color information

#F47E68 (or 0xF47E68) is unknown color: approx Salmon. HEX triplet: F4, 7E and 68. RGB value is (244,126,104). Sum of RGB (Red+Green+Blue) = 244+126+104=474 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.48% from 474); Green value is 126 (49.61% from 255 or 26.58% from 474); Blue value is 104 (41.02% from 255 or 21.94% from 474); Max value from RGB is 244 - color contains mainly: red. Hex color #F47E68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47E68 is #0B8197. Grayscale: #9E9E9E. Windows color (decimal): -754072 or 6848244. OLE color: 6848244.

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

Color convert

RGB244126104-
CMYK00.480.570.04
HSL9.43º86.42%68.24%-
HSV(B)9.43º57.38%95.69%-
XYZ47.2735.1517.39-
YUV158.7797.09188.79-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 51.48%
GREEN value IS 126 (49.61% from 255) = 26.58%
BLUE value IS 104 (41.02% from 255) = 21.94%
R=51.48%
G=26.58%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412610400.480.570.049.4386.4268.24
HexF47E6803039495644
Octal36417615006071411126104
Binary11110100111111011010000110000111001100100110101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47E68; }

 p { color: rgb(244,126,104); }

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

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

 a { background-color: rgb(244,126,104); }

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

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

 span { border-color: rgb(244,126,104); }

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