#F48967

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

Shades of Salmon #F48967

Tints of Salmon #F48967

Color information

#F48967 (or 0xF48967) is unknown color: approx Salmon. HEX triplet: F4, 89 and 67. RGB value is (244,137,103). Sum of RGB (Red+Green+Blue) = 244+137+103=484 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.41% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 103 (40.62% from 255 or 21.28% from 484); Max value from RGB is 244 - color contains mainly: red. Hex color #F48967 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48967 is #0B7698. Grayscale: #A5A5A5. Windows color (decimal): -751257 or 6785524. OLE color: 6785524.

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

Color convert

RGB244137103-
CMYK00.440.580.04
HSL14.47º86.5%68.04%-
HSV(B)14.47º57.79%95.69%-
XYZ48.738.117.62-
YUV165.1292.95184.26-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50.41%
GREEN value IS 137 (53.91% from 255) = 28.31%
BLUE value IS 103 (40.62% from 255) = 21.28%
R=50.41%
G=28.31%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413710300.440.580.0414.4786.568.04
HexF4896702C3A4e5744
Octal36421114705472416127104
Binary111101001000100111001110101100111010100111010101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48967; }

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

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

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

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

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

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

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

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