#F29173

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

Shades of Dark Salmon #F29173

Tints of Dark Salmon #F29173

Color information

#F29173 (or 0xF29173) is unknown color: approx Dark Salmon. HEX triplet: F2, 91 and 73. RGB value is (242,145,115). Sum of RGB (Red+Green+Blue) = 242+145+115=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 145 (57.03% from 255 or 28.88% from 502); Blue value is 115 (45.31% from 255 or 22.91% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F29173 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29173 is #0D6E8C. Grayscale: #AAAAAA. Windows color (decimal): -880269 or 7574002. OLE color: 7574002.

HSL color Cylindrical-coordinate representation of color #F29173: hue angle of 14.17º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F29173 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB242145115-
CMYK00.400.520.05
HSL14.17º83.01%70%-
HSV(B)14.17º52.48%94.9%-
XYZ49.8440.3721.38-
YUV170.5896.64178.94-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.21%
GREEN value IS 145 (57.03% from 255) = 28.88%
BLUE value IS 115 (45.31% from 255) = 22.91%
R=48.21%
G=28.88%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214511500.400.520.0514.1783.0170
HexF29173028345e5346
Octal36222116305064516123106
Binary111100101001000111100110101000110100101111010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29173; }

 p { color: rgb(242,145,115); }

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

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

 a { background-color: rgb(242,145,115); }

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

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

 span { border-color: rgb(242,145,115); }

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