#f39470

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

Shades of Dark Salmon #F39470

Tints of Dark Salmon #F39470

Color information

#F39470 (or 0xF39470) is unknown color: approx Dark Salmon. HEX triplet: F3, 94 and 70. RGB value is (243,148,112). Sum of RGB (Red+Green+Blue) = 243+148+112=503 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.31% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 243 - color contains mainly: red. Hex color #F39470 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F39470 is #0C6B8F. Grayscale: #ACACAC. Windows color (decimal): -813968 or 7378163. OLE color: 7378163.

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

Color convert

RGB243148112-
CMYK00.390.540.05
HSL16.49º84.52%69.61%-
HSV(B)16.49º53.91%95.29%-
XYZ50.4841.420.66-
YUV172.393.97178.43-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.31%
GREEN value IS 148 (58.20% from 255) = 29.42%
BLUE value IS 112 (44.14% from 255) = 22.27%
R=48.31%
G=29.42%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314811200.390.540.0516.4984.5269.61
HexF39470027365105546
Octal36322416004766520125106
Binary1111001110010100111000001001111101101011000010101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f39470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f39470; }

 p { color: rgb(243,148,112); }

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

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

 a { background-color: rgb(243,148,112); }

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

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

 span { border-color: rgb(243,148,112); }

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