#F09480

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

Shades of Dark Salmon #F09480

Tints of Dark Salmon #F09480

Color information

#F09480 (or 0xF09480) is unknown color: approx Dark Salmon. HEX triplet: F0, 94 and 80. RGB value is (240,148,128). Sum of RGB (Red+Green+Blue) = 240+148+128=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 128 (50.39% from 255 or 24.81% from 516); Max value from RGB is 240 - color contains mainly: red. Hex color #F09480 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09480 is #0F6B7F. Grayscale: #ADADAD. Windows color (decimal): -1010560 or 8426736. OLE color: 8426736.

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

Color convert

RGB240148128-
CMYK00.380.470.06
HSL10.71º78.87%72.16%-
HSV(B)10.71º46.67%94.12%-
XYZ50.4241.2625.73-
YUV173.23102.48175.63-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.51%
GREEN value IS 148 (58.20% from 255) = 28.68%
BLUE value IS 128 (50.39% from 255) = 24.81%
R=46.51%
G=28.68%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014812800.380.470.0610.7178.8772.16
HexF094800262F6b4f48
Octal36022420004657613117110
Binary1111000010010100100000000100110101111110101110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09480; }

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

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

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

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

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

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

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

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