#F3967A

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

Shades of Dark Salmon #F3967A

Tints of Dark Salmon #F3967A

Color information

#F3967A (or 0xF3967A) is unknown color: approx Dark Salmon. HEX triplet: F3, 96 and 7A. RGB value is (243,150,122). Sum of RGB (Red+Green+Blue) = 243+150+122=515 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.18% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 122 (48.05% from 255 or 23.69% from 515); Max value from RGB is 243 - color contains mainly: red. Hex color #F3967A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3967A is #0C6985. Grayscale: #AEAEAE. Windows color (decimal): -813446 or 8034035. OLE color: 8034035.

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

Color convert

RGB243150122-
CMYK00.380.500.05
HSL13.88º83.45%71.57%-
HSV(B)13.88º49.79%95.29%-
XYZ51.3842.2723.86-
YUV174.6298.31176.78-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.18%
GREEN value IS 150 (58.98% from 255) = 29.13%
BLUE value IS 122 (48.05% from 255) = 23.69%
R=47.18%
G=29.13%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315012200.380.500.0513.8883.4571.57
HexF3967A026325e5348
Octal36322617204662516123110
Binary111100111001011011110100100110110010101111010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3967A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3967A; }

 p { color: rgb(243,150,122); }

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

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

 a { background-color: rgb(243,150,122); }

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

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

 span { border-color: rgb(243,150,122); }

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