#F08F6A

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

Shades of Dark Salmon #F08F6A

Tints of Dark Salmon #F08F6A

Color information

#F08F6A (or 0xF08F6A) is unknown color: approx Dark Salmon. HEX triplet: F0, 8F and 6A. RGB value is (240,143,106). Sum of RGB (Red+Green+Blue) = 240+143+106=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 106 (41.80% from 255 or 21.68% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F08F6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08F6A is #0F7095. Grayscale: #A8A8A8. Windows color (decimal): -1011862 or 6983664. OLE color: 6983664.

HSL color Cylindrical-coordinate representation of color #F08F6A: hue angle of 16.57º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F08F6A is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB240143106-
CMYK00.400.560.06
HSL16.57º81.71%67.84%-
HSV(B)16.57º55.83%94.12%-
XYZ48.3639.2118.66-
YUV167.7893.14179.51-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.08%
GREEN value IS 143 (56.25% from 255) = 29.24%
BLUE value IS 106 (41.80% from 255) = 21.68%
R=49.08%
G=29.24%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014310600.400.560.0616.5781.7167.84
HexF08F6A028386115244
Octal36021715205070621122104
Binary1111000010001111110101001010001110001101000110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08F6A; }

 p { color: rgb(240,143,106); }

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

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

 a { background-color: rgb(240,143,106); }

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

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

 span { border-color: rgb(240,143,106); }

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