#F29675

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

Shades of Dark Salmon #F29675

Tints of Dark Salmon #F29675

Color information

#F29675 (or 0xF29675) is unknown color: approx Dark Salmon. HEX triplet: F2, 96 and 75. RGB value is (242,150,117). Sum of RGB (Red+Green+Blue) = 242+150+117=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F29675 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29675 is #0D698A. Grayscale: #ADADAD. Windows color (decimal): -878987 or 7706354. OLE color: 7706354.

HSL color Cylindrical-coordinate representation of color #F29675: hue angle of 15.84º 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 #F29675 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB242150117-
CMYK00.380.520.05
HSL15.84º82.78%70.39%-
HSV(B)15.84º51.65%94.9%-
XYZ50.7441.9722.26-
YUV173.7595.98176.68-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.54%
GREEN value IS 150 (58.98% from 255) = 29.47%
BLUE value IS 117 (46.09% from 255) = 22.99%
R=47.54%
G=29.47%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215011700.380.520.0515.8482.7870.39
HexF29675026345105346
Octal36222616504664520123106
Binary1111001010010110111010101001101101001011000010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29675; }

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

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

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

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

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

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

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

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