#F39770

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

Shades of Dark Salmon #F39770

Tints of Dark Salmon #F39770

Color information

#F39770 (or 0xF39770) is unknown color: approx Dark Salmon. HEX triplet: F3, 97 and 70. RGB value is (243,151,112). Sum of RGB (Red+Green+Blue) = 243+151+112=506 (67% of max value = 765). Red value is 243 (95.31% from 255 or 48.02% from 506); Green value is 151 (59.38% from 255 or 29.84% from 506); Blue value is 112 (44.14% from 255 or 22.13% from 506); Max value from RGB is 243 - color contains mainly: red. Hex color #F39770 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F39770 is #0C688F. Grayscale: #AEAEAE. Windows color (decimal): -813200 or 7378931. OLE color: 7378931.

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

Color convert

RGB243151112-
CMYK00.380.540.05
HSL17.86º84.52%69.61%-
HSV(B)17.86º53.91%95.29%-
XYZ50.9542.3620.82-
YUV174.0692.98177.17-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.02%
GREEN value IS 151 (59.38% from 255) = 29.84%
BLUE value IS 112 (44.14% from 255) = 22.13%
R=48.02%
G=29.84%
B=22.13%

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
Decimal24315111200.380.540.0517.8684.5269.61
HexF39770026365125546
Octal36322716004666522125106
Binary1111001110010111111000001001101101101011001010101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F39770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F39770; }

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

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

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

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

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

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

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

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