#F39870

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

Shades of Dark Salmon #F39870

Tints of Dark Salmon #F39870

Color information

#F39870 (or 0xF39870) is unknown color: approx Dark Salmon. HEX triplet: F3, 98 and 70. RGB value is (243,152,112). Sum of RGB (Red+Green+Blue) = 243+152+112=507 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.93% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 112 (44.14% from 255 or 22.09% from 507); Max value from RGB is 243 - color contains mainly: red. Hex color #F39870 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F39870 is #0C678F. Grayscale: #AEAEAE. Windows color (decimal): -812944 or 7379187. OLE color: 7379187.

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

Color convert

RGB243152112-
CMYK00.370.540.05
HSL18.32º84.52%69.61%-
HSV(B)18.32º53.91%95.29%-
XYZ51.1242.6820.87-
YUV174.6592.65176.75-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.93%
GREEN value IS 152 (59.77% from 255) = 29.98%
BLUE value IS 112 (44.14% from 255) = 22.09%
R=47.93%
G=29.98%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315211200.370.540.0518.3284.5269.61
HexF39870025365125546
Octal36323016004566522125106
Binary1111001110011000111000001001011101101011001010101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F39870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F39870; }

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

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

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

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

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

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

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

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