#F18466

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

Shades of Salmon #F18466

Tints of Salmon #F18466

Color information

#F18466 (or 0xF18466) is unknown color: approx Salmon. HEX triplet: F1, 84 and 66. RGB value is (241,132,102). Sum of RGB (Red+Green+Blue) = 241+132+102=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F18466 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18466 is #0E7B99. Grayscale: #A1A1A1. Windows color (decimal): -949146 or 6718705. OLE color: 6718705.

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

Color convert

RGB241132102-
CMYK00.450.580.05
HSL12.95º83.23%67.25%-
HSV(B)12.95º57.68%94.51%-
XYZ46.9336.1617.08-
YUV161.1794.61184.94-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.74%
GREEN value IS 132 (51.95% from 255) = 27.79%
BLUE value IS 102 (40.23% from 255) = 21.47%
R=50.74%
G=27.79%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113210200.450.580.0512.9583.2367.25
HexF1846602D3A5d5343
Octal36120414605572515123103
Binary111100011000010011001100101101111010101110110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18466; }

 p { color: rgb(241,132,102); }

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

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

 a { background-color: rgb(241,132,102); }

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

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

 span { border-color: rgb(241,132,102); }

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