#F09481

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

Shades of Dark Salmon #F09481

Tints of Dark Salmon #F09481

Color information

#F09481 (or 0xF09481) is unknown color: approx Dark Salmon. HEX triplet: F0, 94 and 81. RGB value is (240,148,129). Sum of RGB (Red+Green+Blue) = 240+148+129=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 129 (50.78% from 255 or 24.95% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F09481 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09481 is #0F6B7E. Grayscale: #ADADAD. Windows color (decimal): -1010559 or 8492272. OLE color: 8492272.

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

Color convert

RGB240148129-
CMYK00.380.460.06
HSL10.27º78.72%72.35%-
HSV(B)10.27º46.25%94.12%-
XYZ50.4941.2926.08-
YUV173.34102.98175.54-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.42%
GREEN value IS 148 (58.20% from 255) = 28.63%
BLUE value IS 129 (50.78% from 255) = 24.95%
R=46.42%
G=28.63%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014812900.380.460.0610.2778.7272.35
HexF094810262E6a4f48
Octal36022420104656612117110
Binary1111000010010100100000010100110101110110101010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09481; }

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

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

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

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

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

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

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

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