#F19679

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

Shades of Dark Salmon #F19679

Tints of Dark Salmon #F19679

Color information

#F19679 (or 0xF19679) is unknown color: approx Dark Salmon. HEX triplet: F1, 96 and 79. RGB value is (241,150,121). Sum of RGB (Red+Green+Blue) = 241+150+121=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 121 (47.66% from 255 or 23.63% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F19679 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19679 is #0E6986. Grayscale: #AEAEAE. Windows color (decimal): -944519 or 7968497. OLE color: 7968497.

HSL color Cylindrical-coordinate representation of color #F19679: hue angle of 14.5º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F19679 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB241150121-
CMYK00.380.500.05
HSL14.5º81.08%70.98%-
HSV(B)14.5º49.79%94.51%-
XYZ50.6341.8923.51-
YUV173.998.15175.86-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.07%
GREEN value IS 150 (58.98% from 255) = 29.30%
BLUE value IS 121 (47.66% from 255) = 23.63%
R=47.07%
G=29.30%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115012100.380.500.0514.581.0870.98
HexF19679026325f5147
Octal36122617104662517121107
Binary111100011001011011110010100110110010101111110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19679; }

 p { color: rgb(241,150,121); }

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

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

 a { background-color: rgb(241,150,121); }

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

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

 span { border-color: rgb(241,150,121); }

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