#F48467

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

Shades of Salmon #F48467

Tints of Salmon #F48467

Color information

#F48467 (or 0xF48467) is unknown color: approx Salmon. HEX triplet: F4, 84 and 67. RGB value is (244,132,103). Sum of RGB (Red+Green+Blue) = 244+132+103=479 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.94% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 103 (40.62% from 255 or 21.50% from 479); Max value from RGB is 244 - color contains mainly: red. Hex color #F48467 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48467 is #0B7B98. Grayscale: #A2A2A2. Windows color (decimal): -752537 or 6784244. OLE color: 6784244.

HSL color Cylindrical-coordinate representation of color #F48467: hue angle of 12.34º 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 #F48467 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB244132103-
CMYK00.460.580.04
HSL12.34º86.5%68.04%-
HSV(B)12.34º57.79%95.69%-
XYZ48.0136.7117.39-
YUV162.1894.61186.36-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50.94%
GREEN value IS 132 (51.95% from 255) = 27.56%
BLUE value IS 103 (40.62% from 255) = 21.50%
R=50.94%
G=27.56%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413210300.460.580.0412.3486.568.04
HexF4846702E3A4c5744
Octal36420414705672414127104
Binary111101001000010011001110101110111010100110010101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48467; }

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

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

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

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

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

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

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

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