#F4887B

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

Shades of Salmon #F4887B

Tints of Salmon #F4887B

Color information

#F4887B (or 0xF4887B) is unknown color: approx Salmon. HEX triplet: F4, 88 and 7B. RGB value is (244,136,123). Sum of RGB (Red+Green+Blue) = 244+136+123=503 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.51% from 503); Green value is 136 (53.52% from 255 or 27.04% from 503); Blue value is 123 (48.44% from 255 or 24.45% from 503); Max value from RGB is 244 - color contains mainly: red. Hex color #F4887B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4887B is #0B7784. Grayscale: #A6A6A6. Windows color (decimal): -751493 or 8095988. OLE color: 8095988.

HSL color Cylindrical-coordinate representation of color #F4887B: hue angle of 6.45º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F4887B is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB244136123-
CMYK00.440.500.04
HSL6.45º84.62%71.96%-
HSV(B)6.45º49.59%95.69%-
XYZ49.6938.2723.51-
YUV166.81103.28183.06-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.51%
GREEN value IS 136 (53.52% from 255) = 27.04%
BLUE value IS 123 (48.44% from 255) = 24.45%
R=48.51%
G=27.04%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413612300.440.500.046.4584.6271.96
HexF4887B02C32465548
Octal3642101730546246125110
Binary11110100100010001111011010110011001010011010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4887B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4887B; }

 p { color: rgb(244,136,123); }

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

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

 a { background-color: rgb(244,136,123); }

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

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

 span { border-color: rgb(244,136,123); }

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