#F18468

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

Shades of Salmon #F18468

Tints of Salmon #F18468

Color information

#F18468 (or 0xF18468) is unknown color: approx Salmon. HEX triplet: F1, 84 and 68. RGB value is (241,132,104). Sum of RGB (Red+Green+Blue) = 241+132+104=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 104 (41.02% from 255 or 21.80% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F18468 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18468 is #0E7B97. Grayscale: #A1A1A1. Windows color (decimal): -949144 or 6849777. OLE color: 6849777.

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

Color convert

RGB241132104-
CMYK00.450.570.05
HSL12.26º83.03%67.65%-
HSV(B)12.26º56.85%94.51%-
XYZ47.0336.217.61-
YUV161.495.61184.78-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.52%
GREEN value IS 132 (51.95% from 255) = 27.67%
BLUE value IS 104 (41.02% from 255) = 21.80%
R=50.52%
G=27.67%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113210400.450.570.0512.2683.0367.65
HexF1846802D395c5344
Octal36120415005571514123104
Binary111100011000010011010000101101111001101110010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18468; }

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

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

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

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

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

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

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

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