#F09180

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

Shades of Dark Salmon #F09180

Tints of Dark Salmon #F09180

Color information

#F09180 (or 0xF09180) is unknown color: approx Dark Salmon. HEX triplet: F0, 91 and 80. RGB value is (240,145,128). Sum of RGB (Red+Green+Blue) = 240+145+128=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 145 (57.03% from 255 or 28.27% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F09180 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09180 is #0F6E7F. Grayscale: #ABABAB. Windows color (decimal): -1011328 or 8425968. OLE color: 8425968.

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

Color convert

RGB240145128-
CMYK00.400.470.06
HSL9.11º78.87%72.16%-
HSV(B)9.11º46.67%94.12%-
XYZ49.9640.3325.57-
YUV171.47103.47176.88-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.78%
GREEN value IS 145 (57.03% from 255) = 28.27%
BLUE value IS 128 (50.39% from 255) = 24.95%
R=46.78%
G=28.27%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014512800.400.470.069.1178.8772.16
HexF091800282F694f48
Octal36022120005057611117110
Binary1111000010010001100000000101000101111110100110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09180; }

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

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

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

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

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

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

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

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