#f29671

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

Shades of Dark Salmon #F29671

Tints of Dark Salmon #F29671

Color information

#F29671 (or 0xF29671) is unknown color: approx Dark Salmon. HEX triplet: F2, 96 and 71. RGB value is (242,150,113). Sum of RGB (Red+Green+Blue) = 242+150+113=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 113 (44.53% from 255 or 22.38% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F29671 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29671 is #0D698E. Grayscale: #ADADAD. Windows color (decimal): -878991 or 7444210. OLE color: 7444210.

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

Color convert

RGB242150113-
CMYK00.380.530.05
HSL17.21º83.23%69.61%-
HSV(B)17.21º53.31%94.9%-
XYZ50.541.8821.04-
YUV173.2993.98177.01-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.92%
GREEN value IS 150 (58.98% from 255) = 29.70%
BLUE value IS 113 (44.53% from 255) = 22.38%
R=47.92%
G=29.70%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215011300.380.530.0517.2183.2369.61
HexF29671026355115346
Octal36222616104665521123106
Binary1111001010010110111000101001101101011011000110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f29671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f29671; }

 p { color: rgb(242,150,113); }

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

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

 a { background-color: rgb(242,150,113); }

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

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

 span { border-color: rgb(242,150,113); }

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