#F0967D

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

Shades of Dark Salmon #F0967D

Tints of Dark Salmon #F0967D

Color information

#F0967D (or 0xF0967D) is unknown color: approx Dark Salmon. HEX triplet: F0, 96 and 7D. RGB value is (240,150,125). Sum of RGB (Red+Green+Blue) = 240+150+125=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 125 (49.22% from 255 or 24.27% from 515); Max value from RGB is 240 - color contains mainly: red. Hex color #F0967D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0967D is #0F6982. Grayscale: #AEAEAE. Windows color (decimal): -1010051 or 8230640. OLE color: 8230640.

HSL color Cylindrical-coordinate representation of color #F0967D: hue angle of 13.04º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0967D is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB240150125-
CMYK00.370.480.06
HSL13.04º79.31%71.57%-
HSV(B)13.04º47.92%94.12%-
XYZ50.5441.8224.81-
YUV174.06100.32175.03-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.60%
GREEN value IS 150 (58.98% from 255) = 29.13%
BLUE value IS 125 (49.22% from 255) = 24.27%
R=46.60%
G=29.13%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015012500.370.480.0613.0479.3171.57
HexF0967D025306d4f48
Octal36022617504560615117110
Binary111100001001011011111010100101110000110110110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0967D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0967D; }

 p { color: rgb(240,150,125); }

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

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

 a { background-color: rgb(240,150,125); }

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

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

 span { border-color: rgb(240,150,125); }

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