#F09380

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

Shades of Dark Salmon #F09380

Tints of Dark Salmon #F09380

Color information

#F09380 (or 0xF09380) is unknown color: approx Dark Salmon. HEX triplet: F0, 93 and 80. RGB value is (240,147,128). Sum of RGB (Red+Green+Blue) = 240+147+128=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 147 (57.81% from 255 or 28.54% from 515); Blue value is 128 (50.39% from 255 or 24.85% from 515); Max value from RGB is 240 - color contains mainly: red. Hex color #F09380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09380 is #0F6C7F. Grayscale: #ACACAC. Windows color (decimal): -1010816 or 8426480. OLE color: 8426480.

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

Color convert

RGB240147128-
CMYK00.390.470.06
HSL10.18º78.87%72.16%-
HSV(B)10.18º46.67%94.12%-
XYZ50.2740.9525.68-
YUV172.64102.81176.04-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.60%
GREEN value IS 147 (57.81% from 255) = 28.54%
BLUE value IS 128 (50.39% from 255) = 24.85%
R=46.60%
G=28.54%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014712800.390.470.0610.1878.8772.16
HexF093800272F6a4f48
Octal36022320004757612117110
Binary1111000010010011100000000100111101111110101010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09380; }

 p { color: rgb(240,147,128); }

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

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

 a { background-color: rgb(240,147,128); }

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

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

 span { border-color: rgb(240,147,128); }

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