#F29770

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

Shades of Dark Salmon #F29770

Tints of Dark Salmon #F29770

Color information

#F29770 (or 0xF29770) is unknown color: approx Dark Salmon. HEX triplet: F2, 97 and 70. RGB value is (242,151,112). Sum of RGB (Red+Green+Blue) = 242+151+112=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 151 (59.38% from 255 or 29.90% from 505); Blue value is 112 (44.14% from 255 or 22.18% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F29770 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29770 is #0D688F. Grayscale: #AEAEAE. Windows color (decimal): -878736 or 7378930. OLE color: 7378930.

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

Color convert

RGB242151112-
CMYK00.380.540.05
HSL18º83.33%69.41%-
HSV(B)18º53.72%94.9%-
XYZ50.6142.1820.8-
YUV173.7693.15176.67-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.92%
GREEN value IS 151 (59.38% from 255) = 29.90%
BLUE value IS 112 (44.14% from 255) = 22.18%
R=47.92%
G=29.90%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215111200.380.540.051883.3369.41
HexF29770026365125345
Octal36222716004666522123105
Binary1111001010010111111000001001101101101011001010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29770; }

 p { color: rgb(242,151,112); }

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

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

 a { background-color: rgb(242,151,112); }

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

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

 span { border-color: rgb(242,151,112); }

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