#F09980

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

Shades of Dark Salmon #F09980

Tints of Dark Salmon #F09980

Color information

#F09980 (or 0xF09980) is unknown color: approx Dark Salmon. HEX triplet: F0, 99 and 80. RGB value is (240,153,128). Sum of RGB (Red+Green+Blue) = 240+153+128=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 128 (50.39% from 255 or 24.57% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F09980 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09980 is #0F667F. Grayscale: #B0B0B0. Windows color (decimal): -1009280 or 8428016. OLE color: 8428016.

HSL color Cylindrical-coordinate representation of color #F09980: hue angle of 13.39º 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 #F09980 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB240153128-
CMYK00.360.470.06
HSL13.39º78.87%72.16%-
HSV(B)13.39º46.67%94.12%-
XYZ51.2242.8726-
YUV176.16100.82173.53-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.07%
GREEN value IS 153 (60.16% from 255) = 29.37%
BLUE value IS 128 (50.39% from 255) = 24.57%
R=46.07%
G=29.37%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015312800.360.470.0613.3978.8772.16
HexF099800242F6d4f48
Octal36023120004457615117110
Binary1111000010011001100000000100100101111110110110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09980; }

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

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

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

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

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

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

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

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