Html Css Color HEX #F48C73 Salmon

📋 copy color: '#F48C73'

red 244 ◦ green 140 ◦ blue 115

#F48C73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salmon #F48C73

Tints of Salmon #F48C73

RGB

 RED value IS 244 (95.7% from 255) = 48.9%

 GREEN value IS 140 (55.08% from 255) = 28.06%

 BLUE value IS 115 (45.31% from 255) = 23.05%

R = 48.9%
G = 28.06%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F48C73 (or 0xF48C73) is known color: Salmon. HEX triplet: F4, 8C and 73. RGB value is (244,140,115). Sum of RGB (Red+Green+Blue) = 244+140+115=499 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.90% from 499); Green value is 140 (55.08% from 255 or 28.06% from 499); Blue value is 115 (45.31% from 255 or 23.05% from 499); Max value from RGB is 244 - color contains mainly: red. Hex color #F48C73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48C73 is #0B738C. Grayscale: #A8A8A8. Windows color (decimal): -750477 or 7572724. OLE color: 7572724.

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

Color convert

RGB 244 140 115 -
CMYK 0 0.43 0.53 0.04
HSL 11.63º 0.85% 0.7% -
HSV(B) 11.63º 0.53% 0.96% -
XYZ 49.78 39.23 21.17 -
YUV 168.25 97.96 182.03 -
System Red Green Blue C M Y K H S L
Decimal 244 140 115 0 0.43 0.53 0.04 11.63 0.85 0.7
Hex F4 8C 73 0 2B 35 4 C 55 46
Octal 364 214 163 0 53 65 4 14 125 106
Binary 11110100 10001100 1110011 0 101011 110101 100 1100 1010101 1000110

Color Harmonies of #F48C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48C73

Black with #F48C73

Text Example


Text Example

White with #F48C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48C73; }

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

 H1.HeaderClassName
 {
   color: #F48C73;
 }
 .AnyTagClassName
 {
   color: #F48C73;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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