#F48167

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

Shades of Salmon #F48167

Tints of Salmon #F48167

Color information

#F48167 (or 0xF48167) is unknown color: approx Salmon. HEX triplet: F4, 81 and 67. RGB value is (244,129,103). Sum of RGB (Red+Green+Blue) = 244+129+103=476 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.26% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 103 (40.62% from 255 or 21.64% from 476); Max value from RGB is 244 - color contains mainly: red. Hex color #F48167 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48167 is #0B7E98. Grayscale: #A0A0A0. Windows color (decimal): -753305 or 6783476. OLE color: 6783476.

HSL color Cylindrical-coordinate representation of color #F48167: hue angle of 11.06º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F48167 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB244129103-
CMYK00.470.580.04
HSL11.06º86.5%68.04%-
HSV(B)11.06º57.79%95.69%-
XYZ47.6135.9117.25-
YUV160.4295.6187.61-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 51.26%
GREEN value IS 129 (50.78% from 255) = 27.10%
BLUE value IS 103 (40.62% from 255) = 21.64%
R=51.26%
G=27.10%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412910300.470.580.0411.0686.568.04
HexF4816702F3A4b5744
Octal36420114705772413127104
Binary111101001000000111001110101111111010100101110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48167; }

 p { color: rgb(244,129,103); }

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

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

 a { background-color: rgb(244,129,103); }

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

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

 span { border-color: rgb(244,129,103); }

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