#f48c6f

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

Shades of Salmon #F48C6F

Tints of Salmon #F48C6F

Color information

#F48C6F (or 0xF48C6F) is unknown color: approx Salmon. HEX triplet: F4, 8C and 6F. RGB value is (244,140,111). Sum of RGB (Red+Green+Blue) = 244+140+111=495 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.29% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 111 (43.75% from 255 or 22.42% from 495); Max value from RGB is 244 - color contains mainly: red. Hex color #F48C6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48C6F is #0B7390. Grayscale: #A8A8A8. Windows color (decimal): -750481 or 7310580. OLE color: 7310580.

HSL color Cylindrical-coordinate representation of color #F48C6F: hue angle of 13.08º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F48C6F is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB244140111-
CMYK00.430.550.04
HSL13.08º85.81%69.61%-
HSV(B)13.08º54.51%95.69%-
XYZ49.5639.1419.98-
YUV167.7995.96182.36-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.29%
GREEN value IS 140 (55.08% from 255) = 28.28%
BLUE value IS 111 (43.75% from 255) = 22.42%
R=49.29%
G=28.28%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414011100.430.550.0413.0885.8169.61
HexF48C6F02B374d5646
Octal36421415705367415126106
Binary111101001000110011011110101011110111100110110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f48c6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f48c6f; }

 p { color: rgb(244,140,111); }

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

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

 a { background-color: rgb(244,140,111); }

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

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

 span { border-color: rgb(244,140,111); }

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