#F18C6C

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

Shades of Dark Salmon #F18C6C

Tints of Dark Salmon #F18C6C

Color information

#F18C6C (or 0xF18C6C) is unknown color: approx Dark Salmon. HEX triplet: F1, 8C and 6C. RGB value is (241,140,108). Sum of RGB (Red+Green+Blue) = 241+140+108=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 108 (42.58% from 255 or 22.09% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18C6C is #0E7393. Grayscale: #A6A6A6. Windows color (decimal): -947092 or 7113969. OLE color: 7113969.

HSL color Cylindrical-coordinate representation of color #F18C6C: hue angle of 14.44º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F18C6C is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB241140108-
CMYK00.420.550.05
HSL14.44º82.61%68.43%-
HSV(B)14.44º55.19%94.51%-
XYZ48.3638.5419.08-
YUV166.5594.96181.1-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.28%
GREEN value IS 140 (55.08% from 255) = 28.63%
BLUE value IS 108 (42.58% from 255) = 22.09%
R=49.28%
G=28.63%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114010800.420.550.0514.4482.6168.43
HexF18C6C02A375e5344
Octal36121415405267516123104
Binary111100011000110011011000101010110111101111010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18C6C; }

 p { color: rgb(241,140,108); }

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

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

 a { background-color: rgb(241,140,108); }

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

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

 span { border-color: rgb(241,140,108); }

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